Click or drag to resize

BernoulliDistribution Constructor

Overload List
 NameDescription
Public methodBernoulliDistribution Initializes a new instance of the BernoulliDistribution class, using a StandardGenerator as underlying random number generator.
Public methodBernoulliDistribution(Double) Initializes a new instance of the BernoulliDistribution class with the specified probability, using a StandardGenerator as the underlying random number generator.
Public methodBernoulliDistribution(Generator) Initializes a new instance of the BernoulliDistribution class, using the specified Generator as underlying random number generator.
Public methodBernoulliDistribution(Double, Generator) Initializes a new instance of the BernoulliDistribution class with the specified probability, using the specified Generator as the underlying random number generator.
Top
See Also