Click or drag to resize

ProbabilityDistribution(RandomGenerator) Constructor

Initialize the distribution by providing the random generator used to produce the random values.

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

Parameters

ran  RandomGenerator
The random generator used to produce the random values.
See Also