|  | RandGenMTwistNextFloatPositive 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 float NextFloatPositive()
Public Function NextFloatPositive As Single
public:
float NextFloatPositive()
member NextFloatPositive : unit -> float32 
Return Value
SingleA random number greater than 0.0 and less than 1.0.
 See Also
See Also