|  | Int | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe IntRandomGeometricDistribution type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IntRandomGeometricDistribution | Constructs a random number generator for a discrete geometric distribution using the default 0.50 probability of success on each trial. | 
|  | IntRandomGeometricDistribution(Double) | Constructs a random number generator for a discrete geometric distribution using the specified distribution parameter. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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