|
X-Boost
2.3.8
|
some methods about random number generation More...
Go to the source code of this file.
Functions | |
| double | drand (void) |
| int | randbiased (double x) |
| int | randslot (const double *slots, int n) |
| int | nrand (int n) |
some methods about random number generation
| double drand | ( | void | ) |
return a random number between 0 and 1
| int randbiased | ( | double | x | ) |
return 0 or 1 with probability according to x
| int randslot | ( | const double * | slots, |
| int | n | ||
| ) |
extract a random slot according to slot PDF distribution.
1.8.7