Click or drag to resize

RandGenUniform Constructor

Overload List
 NameDescription
Public methodRandGenUniform Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The lower and bounds bounds of the deviates are 0 and 1, respectively.
Public methodRandGenUniform(Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The lower and bounds bounds of the deviates are 0 and 1, respectively.
Public methodRandGenUniform(Interval) Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a uniform distribution within the specified interval.
Public methodRandGenUniform(RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The lower and bounds bounds of the deviates are 0 and 1, respectively.
Public methodRandGenUniform(Double, Double) Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a uniform distribution with the specified lower and upper bounds.
Public methodRandGenUniform(Interval, Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a uniform distribution within the specified interval.
Public methodRandGenUniform(Double, Double, RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a uniform distribution with the specified lower and upper bounds.
Public methodRandGenUniform(Double, Double, Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a uniform distribution with the specified lower and upper bounds.
Top
See Also