Click or drag to resize

DoubleRandomUniformDistribution Constructor

Overload List
 NameDescription
Public methodDoubleRandomUniformDistribution Constructs a random number generator with bounds 0 and 1.
Public methodDoubleRandomUniformDistribution(Double, Double) Constructs a random number generator with the specified lower and upper bounds.
Public methodDoubleRandomUniformDistribution(Double, Double, DoubleRandomUniformDistributionGenerationMethod) Constructs a random number generator with the specified lower and upper bounds and generation method.
Top
See Also