Cluster lib/random

 

Provides random numbers generators.

  ->See description

GEN_RAND

Here is the common way to use a random number generator.


 
MIN_STAND

Implements the Minimal Standard generator from Press et.


 
STD_RAND

Press' standard generator, which uses the minimal standard and then uses shuffling to break up short order corelations.


 

->

Description

Provides random numbers generators.

Originally written by : Bruce Wielinga