lib/random
Provides random numbers generators.
->See description

 

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.


 

Cluster lib/random description

Provides random numbers generators.

Originally written by : Bruce Wielinga