Click or drag to resize

IntRandomGeometricDistribution(Double) Constructor

Constructs a random number generator for a discrete geometric distribution using the specified distribution parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IntRandomGeometricDistribution(
	double probability
)

Parameters

probability  Double
The probability of success on each trial.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if probability less than 0 or greater than 1.
See Also