RanLux24.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.0
C#
protected override double Sample()

Return Value

Double
A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.

See Also