RanLux24.NextSingle Method

Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override float NextSingle()

Return Value

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

See Also