RandomSource<TGenerator>.NextDouble Method

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

Definition

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

Return Value

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

Implements

IRandomSource.NextDouble()

See Also