RandomBaseGeneratorNextDouble Method |
Generates the next pseudorandom double.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Function NextDouble As Double
abstract NextDouble : unit -> float
Return Value
Type:
Double
A
double which is the next pseudorandom value from this random number generator's sequence.
See Also