![]() | Double |
The DoubleRandomUniformDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleRandomUniformDistribution | Constructs a random number generator with bounds 0 and 1. |
![]() | DoubleRandomUniformDistribution(Double, Double) | Constructs a random number generator with the specified lower and upper bounds. |
![]() | DoubleRandomUniformDistribution(Double, Double, DoubleRandomUniformDistributionGenerationMethod) | Constructs a random number generator with the specified lower and upper bounds and generation method. |
Name | Description | |
---|---|---|
![]() | Lower | Gets the lower bound. |
![]() | Method | Gets the generation method. |
![]() | Upper | Gets the upper bound. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this random number generator. |
![]() | Fill(RandomNumberStream, DoubleVector, Int32, Int32) | Uses the given random number stream to fill the given vector of doubles with random values. |
![]() | Fill(RandomNumberStream, Double, Int32, Int32) | Uses the given random number stream to fill the given array of doubles with random values. |
![]() | SetRange | Sets the bound for this distribuion. Uniform deviates will be in the interval [lower, upper]. |