Click or drag to resize
MersenneTwisterNextDouble Method
Returns a random number between 0.0 and 1.0.

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

Return Value

Type: Double
A double greater than or equal to 0.0, and less than 1.0.

Implements

RandomBaseGeneratorNextDouble
Remarks

Only the first 32 bits of the double are pseudorandom.

See Also