GeneratorNextPositiveDouble Method |
Returns a floating-point random number in the range (0, 1); that is, greater than 0.0 and less than 1.0.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual double NextPositiveDouble()
Return Value
Double
A double-precision floating-point number greater than 0.0 and less than 1.0.
See Also