Counter Based Generator 32<TEngine>.Next Double Method
Generates the next double-precision floating-point number.
Definition
Namespace: Numerics.NET.Random.Generators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A Double value in the range [0.0, 1.0).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public double NextDouble()Return Value
DoubleA Double value in the range [0.0, 1.0).
Implements
IRandomGenerator.NextDouble()Remarks
This method advances the generator state by one unit appropriate to the underlying engine. For 32-bit engines, this typically composes two 32-bit words in little-endian order.