Click or drag to resize

RandGenPoisson Constructor

Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with mean equals 1.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenPoisson()
See Also