Click or drag to resize

FloatRandomGaussianDistribution(Single, Single, FloatRandomGaussianDistributionGenerationMethod) 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,
	FloatRandomGaussianDistributionGenerationMethod method
)

Parameters

mean  Single
The mean.
sigma  Single
The standard deviation.
method  FloatRandomGaussianDistributionGenerationMethod
The generation method to use.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if sigma is less than or equal to 0.
See Also