Click or drag to resize
RandomBaseGeneratorNextDouble Method
Generates the next pseudorandom double.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double NextDouble()

Return Value

Type: Double
A double which is the next pseudorandom value from this random number generator's sequence.
See Also