Binomial |
| Name | Description | |
|---|---|---|
| BinomialDistribution | Initializes a new instance of the BinomialDistribution class, using a StandardGenerator as the underlying random number generator. | |
| BinomialDistribution(Generator) | Initializes a new instance of the BinomialDistribution class, using the specified Generator as the underlying random number generator. | |
| BinomialDistribution(Int32, Double) | Initializes a new instance of the BinomialDistribution class with the specified parameters, using a StandardGenerator as the underlying random number generator. | |
| BinomialDistribution(Int32, Double, Generator) | Initializes a new instance of the BinomialDistribution class with the specified parameters, using the specified Generator as the underlying random number generator. |