Returns a random number greater than 0.0 and less than 1.0.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public float NextFloatPositive()
Visual Basic (Declaration)
Public Function NextFloatPositive As Single
Visual C++
public:
float NextFloatPositive()

Return Value

A random number greater than 0.0 and less than 1.0.

See Also