|  | Int | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe IntRandomNegativeBinomialDistribution type exposes the following members.
 Constructors
Constructors| 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. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Failures | Gets the target for the number of failures before stopping. | 
|  | Probability | Gets the probability of success on each trial. | 
 Methods
Methods| 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. | 
 Remarks
Remarks See Also
See Also