Random Word Generator.Next Double 32 Method
Returns a random number between 0 and 1.
Definition
Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A double-precision floating-point number greater than or equal to zero, and less than 1.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double NextDouble32()
Return Value
DoubleA double-precision floating-point number greater than or equal to zero, and less than 1.
Remarks
This method uses a single 32 bit word to generate a Double value. The resulting value therefore has only 32 random bits. The remaining bits are zero.