WrappedRandomSource<TRng>.NextDouble Method

Returns a random floating-point number in the range [0.0, 1.0).

Definition

Namespace: Numerics.NET.Random.Adapters
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public override double NextDouble()

Return Value

Double
A double-precision floating point number in the range [0.0, 1.0).

See Also