Generates the next pseudorandom number.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
int Next()
Visual Basic (Declaration)
Function Next As Integer
Visual C++
int Next()

Return Value

The next pseudorandom value from this random number generator's sequence.

See Also