Click or drag to resize

RandGenPareto Constructor

Overload List
 NameDescription
Public methodRandGenPareto Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with a default shape paremeter of 1.
Public methodRandGenPareto(Double) Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with the specified shape paremeter.
Public methodRandGenPareto(Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with a default shape paremeter of 1.
Public methodRandGenPareto(RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with a default shape paremeter of 1.
Public methodRandGenPareto(Double, RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with the specified shape paremeter.
Public methodRandGenPareto(Double, Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with the specified shape paremeter.
Top
See Also