Click or drag to resize

ContinuousUniformDistribution Constructor

Overload List
 NameDescription
Public methodContinuousUniformDistribution Initializes a new instance of the ContinuousUniformDistribution class, using a StandardGenerator as underlying random number generator.
Public methodContinuousUniformDistribution(Generator) Initializes a new instance of the ContinuousUniformDistribution class, using the specified Generator as underlying random number generator.
Public methodContinuousUniformDistribution(Double, Double) Initializes a new instance of the ContinuousUniformDistribution class with the specified lower and upper bounds, using a StandardGenerator as underlying random number generator.
Public methodContinuousUniformDistribution(Double, Double, Generator) Initializes a new instance of the ContinuousUniformDistribution class with the specified lower and upper bounds, using the given Generator as underlying random number generator.
Top
See Also