Click or drag to resize

RandGenLogNormal(Double, Double) Constructor

Constructs a RandGenLogNormal instance with the default underlying normal distribution. The generated deviates will follow a lognormal distribution with the specified mean and variance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenLogNormal(
	double mean,
	double variance
)

Parameters

mean  Double
The mean.
variance  Double
The variance.
See Also