Click or drag to resize

DoubleRandomExponentialDistribution(Double, Double, DoubleRandomExponentialDistributionGenerationMethod) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleRandomExponentialDistribution(
	double displacement,
	double scale,
	DoubleRandomExponentialDistributionGenerationMethod method
)

Parameters

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