MersenneTwister64NextLong Method |
Generates the next pseudorandom, uniformly distributed
long value from this random number generator's sequence.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual long NextLong()
Public Overridable Function NextLong As Long
public:
virtual long long NextLong()
abstract NextLong : unit -> int64
override NextLong : unit -> int64
Return Value
Type:
Int64
A
long from this random number generator's sequence.
See Also