![]() |
XLPack 6.1
C/C++ API Reference Manual
|
Functions | |
| void | _init_zigexp (int n) |
| Initialization for exponential random number generator (Ziggurat method) | |
| void | _init_zigexp_r (int n) |
| Initialization for exponential random number generator (Ziggurat method) (reverse communication version) | |
| double | _zigexp (int(*iurand)(), double(*durand)(), double theta) |
| Generate random numbers following exponential distribution (Ziggurat method) | |
| void | _zigexp_r (double theta, double *r, int ii, double yy, int *irev) |
| Generate random numbers following exponential distribution (Ziggurat method) (reverse communication version) | |
This is the group of L6a5. Exponential random numbers.