|  | Rand | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | RandGenBinomial(Int32, Double) | Constructs a random number generator for binomial distributions using the RandGenMTwist class as the underlying uniform random number generator. | 
|  | RandGenBinomial(Int32, Double, RandomNumberGeneratorUniformRandomNumber) | Constructs a random number generator for binomial distributions using the specified uniform random number generator. | 
|  | RandGenBinomial(Int32, Double, Int32) | Constructs a random number generator for binomial distributions using a seeded RandGenMTwist class as the underlying uniform random number generator. | 
 See Also
See Also