Click or drag to resize

DoubleRandomCauchyDistribution(Double, Double) Constructor

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

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

Parameters

displacement  Double
Displacement.
scale  Double
Scale factor.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the scale factor is not greater than 0.
See Also