Sets the current table used in the 32-bit Mersenne Twister generator.
MTABLE — Integer array of length 625 containing the table used in the 32-bit Mersenne Twister generator. (Input)
Generic: CALL RNSE32 (MTABLE)
Specific: The specific interface name is RNSE32
Single: CALL RNSE32 (MTABLE)
The values in MTABLE are the state of the 32-bit Mersenne Twister random number generator obtained by a call to RNGE32. The values in the table can be used to restore the state of the generator.
Alternatively, if MTABLE [1] > 625 then the generator is set to its original, uninitialized, state.
See routine RNGE32.
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |