IRandom Source.Next Double 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#
A double-precision floating point number in the range [0.0, 1.0).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
double NextDouble()Return Value
DoubleA double-precision floating point number in the range [0.0, 1.0).