Click or drag to resize

ParetoDistribution Constructor

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