Click or drag to resize

FloatRandomGaussianDistribution(Single, Single) Constructor

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

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

Parameters

mean  Single
The mean.
sigma  Single
The standard deviation.
See Also