Click or drag to resize

FloatRandomRayleighDistribution(Single, Single, FloatRandomRayleighDistributionGenerationMethod) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatRandomRayleighDistribution(
	float displacement,
	float scale,
	FloatRandomRayleighDistributionGenerationMethod method
)

Parameters

displacement  Single
Displacement.
scale  Single
Scale factor.
method  FloatRandomRayleighDistributionGenerationMethod
The generation method to use.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the scale factor is not greater than 0.
See Also