GeneratorNextPositiveDouble Method |
Returns a floating point random number in the range (0,1), i.e. greater than 0.0 and less than 1.0.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual double NextPositiveDouble()
Return Value
Double
A double-precision floating point number greater than or equal to 0.0, and less than 1.0; that is,
the range of return values includes 0.0 but not 1.0.
See Also