Ran Lux 24.Sample Method
Returns a random floating-point number between 0.0 and 1.0.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected override double Sample()
Return Value
DoubleA double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.