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.0.0

Syntax

C#
public virtual long NextLong()
Visual Basic (Declaration)
Public Overridable Function NextLong As Long
Visual C++
public:
virtual long long NextLong()

Return Value

A long from this random number generator's sequence.

See Also