MersenneTwisterNextDouble Method |
Returns a random number between 0.0 and 1.0.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double NextDouble()
Public Overridable Function NextDouble As Double
public:
virtual double NextDouble()
abstract NextDouble : unit -> float
override NextDouble : unit -> float
Return Value
Type:
Double
A
double greater than or equal to 0.0, and less than
1.0.
Implements
RandomBaseGeneratorNextDoubleRemarks
Only the first 32 bits of the double are pseudorandom.
See Also