Int |
The IntRandomNegativeBinomialDistribution type exposes the following members.
Name | Description | |
---|---|---|
IntRandomNegativeBinomialDistribution | Constructs a random number generator for a discrete negative binomial distribution using the default number of failures before stopping (10) and probability of success on each trial (0.50). | |
IntRandomNegativeBinomialDistribution(Int32, Double) | Constructs a random number generator for a discrete negative binomial distribution using the specified number of failures before stopping and probability of success on each trial. |
Name | Description | |
---|---|---|
Failures | Gets the target for the number of failures before stopping. | |
Probability | Gets the probability of success on each trial. |
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. |