FastRandomNextSingle Method

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

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.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