Click or drag to resize

RandGenMTwistNextDoublePositive Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double NextDoublePositive()

Return Value

Double
A random number greater than 0.0 and less than 1.0.
See Also