Click or drag to resize

U01_DistributionNextDouble Method

Generates a random value distributed according to the distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override double NextDouble()

Return Value

Double
The next random value drawn from the distribution.
See Also