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 double NextDoublePositive()
Visual Basic (Declaration)
Public Function NextDoublePositive As Double
Visual C++
public:
double NextDoublePositive()

Return Value

A random number greater than 0.0 and less than 1.0.

See Also