Initializes the 64-bit Mersenne Twister generator using an array.
KEY— Integer(kind=8) array of length LEN used to initialize the 64-bit Mersenne Twister generator. (Input)
LEN — Length of the array key. (Input)
Generic: CALL RNIN64 (KEY [,…])
Specific: The specific interface name is S_RNIN64.
Single: CALL RNIN64 (KEY, LEN)
By default, the Mersenne Twister random number generator is initialized using the current seed value (see RNGET). The seed is limited to one integer for initialization. This function allows an arbitrary length array to be used for initialization. This subroutine completely replaces the use of the seed for initialization of the 64-bit Mersenne Twister generator.
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |