Click or drag to resize

RayleighDistributionNextDouble Method

Returns a rayleigh distributed floating point random number.

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

Return Value

Double
A rayleigh distributed double-precision floating point number.
See Also