Click or drag to resize

ExponentialDistribution(Double, RandomGenerator) Constructor

Initializes a new instance of the ExponentialDistribution class.

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

Parameters

mean  Double
The mean of the distribution.
ran  RandomGenerator
The random number generator to use.
See Also