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.


Visual Numerics, Inc.
Visual Numerics - Developers of IMSL and PV-WAVE
http://www.vni.com/
PHONE: 713.784.3131
FAX:713.781.9260