Overload List

  NameDescription
RandGenJohnson()()()
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.
RandGenJohnson(RandomNumberGenerator..::.UniformRandomNumber)
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.
RandGenJohnson(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.
RandGenJohnson(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.
RandGenJohnson(Double, Double, Double, Double, JohnsonTransformationType, RandomNumberGenerator..::.UniformRandomNumber)
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.
RandGenJohnson(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.

See Also