Click or drag to resize

PowerDistribution Constructor

Overload List
 NameDescription
Public methodPowerDistribution Initializes a new instance of the PowerDistribution class, using a StandardGenerator as underlying random number generator.
Public methodPowerDistribution(Generator) Initializes a new instance of the PowerDistribution class, using the specified Generator as underlying random number generator.
Public methodPowerDistribution(Double, Double) Initializes a new instance of the PowerDistribution class with domain parameter k and shape parameter a.
Public methodPowerDistribution(Double, Double, Generator) Initializes a new instance of the PowerDistribution class with domain parameter k and shape parameter a using the specified random number generator.
Top
See Also