UnitSphereDistributionNextDouble(Double, Double, Double) Method |
Generates the next random vector.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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