Click or drag to resize

IntRandomPoissonDistribution Class

Class IntRandomPoissonDistribution generates random numbers from a discrete Poisson distribution.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreIntRandomPoissonDistribution

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class IntRandomPoissonDistribution : IRandomNumberDistribution<int>, 
	ICloneable

The IntRandomPoissonDistribution type exposes the following members.

Constructors
 NameDescription
Public methodIntRandomPoissonDistribution Constructs a random number generator for a discrete Poisson distribution using the default mean (1.0).
Public methodIntRandomPoissonDistribution(Double) Constructs a random number generator for a discrete Poisson distribution using the specified mean.
Public methodIntRandomPoissonDistribution(Double, IntRandomPoissonDistributionGenerationMethod) Constructs a random number generator for a discrete Poisson distribution using the specified mean.
Top
Properties
 NameDescription
Public propertyLambda Gets the distribution parameter (mean).
Public propertyMethod Gets the generation method.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill Uses the given random number stream to fill the given array of integers with random values.
Top
See Also