Click or drag to resize

UnitSphereDistributionNextDouble 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.
Exceptions
ExceptionCondition
NotSupportedExceptionAlways thrown. Use NextDouble(Double, Double, Double) instead.
See Also