Random 32.Sample Method
Returns a random number between 0 and 1.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.0.2
protected override sealed double Sample()
Return Value
DoubleA double-precision floating-point number greater than or equal to zero, and less than 1.