Click or drag to resize

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.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual double NextPositiveDouble()

Return Value

Double
A double-precision floating-point number greater than 0.0 and less than 1.0.
See Also