12.2 List of Functions

RNGU0(ISEED) Uniform random number. Uses the system routine.
RNGU1(ISEED) Uniform random number. Mixed congruential method.
RNGU2(ISEED) Uniform random number. Mixed congruential method + shuffle.
RNGU3(ISEED) Uniform random number. RAN3 in the Numerical Recipes.