Click or drag to resize
MersenneTwister64NextLong Method
Generates the next pseudorandom, uniformly distributed long value from this random number generator's sequence.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual long NextLong()

Return Value

Type: Int64
A long from this random number generator's sequence.
See Also