Procedures

ProcedureLocationProcedure TypeDescription
genrand64_int64mt19937_64Function

Generates a random number on [-2^63, 2^63-1]-interval

genrand64_real1mt19937_64Function

Generates a random number on [0,1]-real-interval

genrand64_real2mt19937_64Function

Generates a random number on [0,1)-real-interval

genrand64_real3mt19937_64Function

Generates a random number on (0,1)-real-interval

init_by_array64mt19937_64Subroutine

Initializes by an array with array-length init_key is the array for initializing keys

init_genrand64mt19937_64Subroutine

Initializes me%mt(nn) with a seed

init_genrand64_i4mt19937_64Subroutine

Initializes me%mt(nn) with a seed

call~~graph~~CallGraph proc~init_by_array64 init_by_array64 proc~init_genrand64_i4 init_genrand64_i4 proc~genrand64_real2 genrand64_real2 proc~init_genrand64 init_genrand64 proc~genrand64_real3 genrand64_real3 proc~genrand64_int64 genrand64_int64 proc~genrand64_real1 genrand64_real1
Help