Random32.NextDouble Method
Returns a random number between 0 and 1.
DefinitionPermalink
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A double-precision floating-point number greater than or equal to zero, and less than 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public override sealed double NextDouble()
Return ValuePermalink
DoubleA double-precision floating-point number greater than or equal to zero, and less than 1.