![]() | Int |
The IntRandomPoissonDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | IntRandomPoissonDistribution | Constructs a random number generator for a discrete Poisson distribution using the default mean (1.0). |
![]() | IntRandomPoissonDistribution(Double) | Constructs a random number generator for a discrete Poisson distribution using the specified mean. |
![]() | IntRandomPoissonDistribution(Double, IntRandomPoissonDistributionGenerationMethod) | Constructs a random number generator for a discrete Poisson distribution using the specified mean. |
Name | Description | |
---|---|---|
![]() | Lambda | Gets the distribution parameter (mean). |
![]() | Method | Gets the generation method. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this random number generator. |
![]() | Fill | Uses the given random number stream to fill the given array of integers with random values. |