Click or drag to resize

LogNormalDistribution(Double, Double, RandomGenerator) Constructor

Initializes a new instance of the LogNormalDistribution class.

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

Parameters

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