Click or drag to resize

NormalDistribution(Double, Double, RandomGenerator) Constructor

Initializes a new instance of the NormalDistribution class.

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

Parameters

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