High Performance Computing 1
THE
MTH$RANDOM ALGORITHM
•Note for the MTH$RANDOM function
if SEED is initially an ODD value then the new
value of SEED will always be an even value. And if SEED is an
EVEN value, then the new value of SEED will be an ODD value.
Thus if the algorithm is repeatedly called, the value of SEED
will alternate between EVEN and ODD values.