Click or drag to resize

RandGenJohnson Constructor

Overload List
 NameDescription
Public methodRandGenJohnson Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Johnson distribution with default shape and location parameters and transformation type.
Public methodRandGenJohnson(Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Johnson distribution with default shape and location parameters and transformation type.
Public methodRandGenJohnson(RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Johnson distribution with default shape and location parameters and transformation type.
Public methodRandGenJohnson(Double, Double, Double, Double, JohnsonTransformationType) Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Johnson distribution with the specified parameters and transformation type.
Public methodRandGenJohnson(Double, Double, Double, Double, JohnsonTransformationType, RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Johnson distribution with the specified parameters and transformation type.
Public methodRandGenJohnson(Double, Double, Double, Double, JohnsonTransformationType, Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Johnson distribution with the specified parameters and transformation type.
Top
See Also