Click or drag to resize

RandGenPoisson(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 Poisson distribution with the specified mean.

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

Parameters

mean  Double
The mean.
seed  Int32
Random number seed.
See Also