Continuous |
| Name | Description | |
|---|---|---|
| ContinuousUniformDistribution | Initializes a new instance of the ContinuousUniformDistribution class, using a StandardGenerator as underlying random number generator. | |
| ContinuousUniformDistribution(Generator) | Initializes a new instance of the ContinuousUniformDistribution class, using the specified Generator as underlying random number generator. | |
| ContinuousUniformDistribution(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. | |
| ContinuousUniformDistribution(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. |