lib/random |
|
GEN_RAND | Here is the common way to use a random number generator. Current implementations are MIN_STAND, STD_RAND. |
MIN_STAND | Implements the Minimal Standard generator from Press et. al. Numerical Recipies. |
STD_RAND | Press' standard generator, which uses the minimal standard and then uses shuffling to break up short order corelations. |
Provides random numbers generators.
Originally written by : Bruce Wielinga