UniformReal
Uniformly samples real random values on the interval between a (with default value 0.0) and b (with default value 1.0) inclusive of bounds.
The probability density function is given by,
Constructors
UniformReal(const UniformReal distribution) -> UniformReal
Copy constructor for UniformReal distribution.
Parameters
- distribution: UniformReal distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for UniformReal distribution. |
Members
| Name | Description |
|---|---|
| a | Inclusive lower bound. |
| b | Inclusive upper bound. |
| max | Returns the maximum possible value from the distribution |
| min | Returns the minimum possible value from the distribution |
| sample | Sample from distribution. |