Click or drag to resize

FloatRandomLogNormalDistribution(Single, Single, Single, Single) Constructor

Constructs a random number generator for a beta distribution using the specified distribution parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatRandomLogNormalDistribution(
	float mean,
	float sigma,
	float displacement,
	float scale
)

Parameters

mean  Single
The average of the subject normal distribution.
sigma  Single
The standard deviation of the subject normal distribution.
displacement  Single
Displacement.
scale  Single
Scale factor.
See Also