Click or drag to resize

BetaDistribution Constructor

Overload List
 NameDescription
Public methodBetaDistribution Initializes a new instance of the BetaDistribution class, using a StandardGenerator as underlying random number generator.
Public methodBetaDistribution(Generator) Initializes a new instance of the BetaDistribution class, using the specified Generator as underlying random number generator.
Public methodBetaDistribution(Double, Double) Initializes a new instance of the BetaDistribution class, using the specified parameters and the default Generator.
Public methodBetaDistribution(Double, Double, Generator) Initializes a new instance of the BetaDistribution class, using the specified Generator as underlying random number generator.
Top
See Also