Random 32.Next Single 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.2
C#
A single-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.2
public override float NextSingle()
Return Value
SingleA single-precision floating point number that is greater than or equal to 0.0, and less than 1.0.