Generates the next pseudorandom double.

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

Syntax

C#
double NextDouble()
Visual Basic (Declaration)
Function NextDouble As Double
Visual C++
double NextDouble()

Return Value

A double which is the next pseudorandom value from this random number generator's sequence.

See Also