MATH_RND

Calculate a pseudo-random number in the range [0,1)

Invocation

REALVAR = MATH_RND()

Description

Return random real in range [0,1) using the current set of state information in the math random number package.

Note that most of the code in this file is derived from code written by University of California, Berkeley, and their copyright/disclaimer appears at the end of this header.

References

ALGORITHM CODE