Click or drag to resize

UnitSphereDistributionNextDouble(Double, Double, Double) Method

Generates the next random vector.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void NextDouble(
	out double x,
	out double y,
	out double z
)

Parameters

x  Double
The x component of the random vector.
y  Double
The y component of the random vector.
z  Double
The z component of the random vector.
See Also