Click or drag to resize

UnitSphereDistribution(RandomGenerator) Constructor

Initializes a new instance of the UnitSphereDistribution class with a specified generator.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public UnitSphereDistribution(
	RandomGenerator ran
)

Parameters

ran  RandomGenerator
The random number generator to be used.
See Also