Click or drag to resize

BinomialDistribution Constructor

Overload List
 NameDescription
Public methodBinomialDistribution Initializes a new instance of the BinomialDistribution class, using a StandardGenerator as the underlying random number generator.
Public methodBinomialDistribution(Generator) Initializes a new instance of the BinomialDistribution class, using the specified Generator as the underlying random number generator.
Public methodBinomialDistribution(Int32, Double) Initializes a new instance of the BinomialDistribution class with the specified parameters, using a StandardGenerator as the underlying random number generator.
Public methodBinomialDistribution(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.
Top
See Also