|  | RandGenMTwistNextDouble Method | 
            Returns a random number between 0.0 and 1.0.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override double NextDouble()
Public Overrides Function NextDouble As Double
public:
virtual double NextDouble() override
abstract NextDouble : unit -> float 
override NextDouble : unit -> float 
Return Value
DoubleA double-precision floating point number greater than or equal to 0.0, 
            and less than 1.0.
 See Also
See Also