#include <iosfwd>#include <ios>#include <istream>#include <boost/config.hpp>#include <boost/limits.hpp>#include <boost/assert.hpp>#include <boost/random/detail/config.hpp>#include <boost/random/detail/operators.hpp>#include <boost/random/detail/uniform_int_float.hpp>#include <boost/random/detail/signed_unsigned_tools.hpp>#include <boost/type_traits/make_unsigned.hpp>#include <boost/type_traits/is_integral.hpp>

Classes | |
| class | boost::random::uniform_int_distribution< IntType > | 
| The class template uniform_int_distribution models a .  More... | |
| class | boost::random::uniform_int_distribution< IntType >::param_type | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::random | |
| boost::random::detail | |
Functions | |
| template<class Engine , class T > | |
| T | boost::random::detail::generate_uniform_int (Engine &eng, T min_value, T max_value, boost::mpl::true_) | 
| template<class Engine , class T > | |
| T | boost::random::detail::generate_uniform_int (Engine &eng, T min_value, T max_value, boost::mpl::false_) | 
| template<class Engine , class T > | |
| T | boost::random::detail::generate_uniform_int (Engine &eng, T min_value, T max_value) |