|  | RandGenMTwistNextDoublePositive Method | 
            Returns a random number greater than 0.0 and less than 1.0.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double NextDoublePositive()
Public Function NextDoublePositive As Double
public:
double NextDoublePositive()
member NextDoublePositive : unit -> float 
Return Value
DoubleA random number greater than 0.0 and less than 1.0.
 See Also
See Also