Definition at line 1515 of file random.
|
The type of the parameters of the distribution. |
|
The type of the range of the distribution. |
|
Constructs a uniform distribution object. Definition at line 1530 of file random. References _GLIBCXX_DEBUG_ASSERT. |
|
Gets the inclusive upper bound of the distribution range. |
|
Gets the inclusive lower bound of the distribution range. |
|
Gets a uniform random number in the range This function is aimed at use with std::random_shuffle. |
|
Gets a uniformly distributed random number in the range |
|
Resets the distribution state. Does nothing for the uniform integer distribution. |
|
Inserts a uniform_int random number distribution
|
|
Extracts a unform_int random number distribution
|