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 mean equals 1.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public RandGenPoisson(
	int seed
)
Visual Basic (Declaration)
Public Sub New ( _
	seed As Integer _
)
Visual C++
public:
RandGenPoisson(
	int seed
)

Parameters

seed
Type: System..::.Int32
Random number seed.

See Also