Click or drag to resize

RandGenPareto(Double, Int32) Constructor

Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with the specified shape paremeter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenPareto(
	double c,
	int seed
)

Parameters

c  Double
The shape parameter.
seed  Int32
Random number seed.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if passed a negative or zero shape parameter.
See Also