FNLMath : Utilities : RNSE64
RNSE64
Sets the current table used in the 64-bit Mersenne Twister generator.
Required Arguments
MTABLE — Integer (kind=8) array of length 313 containing the table used in the 64-bit Mersenne Twister generator. (Input)
FORTRAN 90 Interface
Generic: CALL RNSE64 (MTABLE)
Specific: The specific interface name is RNSE64
FORTRAN 77 Interface
Single: CALL RNSE64 (MTABLE)
Description
The values in MTABLE are the state of the 64-bit Mersenne Twister random number generator obtained by a call to RNGE64. The values in the table can be used to restore the state of the generator. Alternatively, if MTABLE [1] > 313 then the generator is set to its original, uninitialized, state.
Example
See function RNGE64.