Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
discrete_distribution.hpp File Reference
#include <vector>
#include <limits>
#include <numeric>
#include <utility>
#include <iterator>
#include <boost/assert.hpp>
#include <boost/random/uniform_01.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/detail/config.hpp>
#include <boost/random/detail/operators.hpp>
#include <boost/random/detail/vector_io.hpp>
#include <initializer_list>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/random/detail/disable_warnings.hpp>
#include <boost/random/detail/enable_warnings.hpp>
Include dependency graph for discrete_distribution.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::random::detail::integer_alias_table< IntType, WeightType >
 
struct  boost::random::detail::real_alias_table< IntType, WeightType >
 
struct  boost::random::detail::select_alias_table< IsIntegral >
 
struct  boost::random::detail::select_alias_table< true >
 
struct  boost::random::detail::select_alias_table< true >::apply< IntType, WeightType >
 
struct  boost::random::detail::select_alias_table< false >
 
struct  boost::random::detail::select_alias_table< false >::apply< IntType, WeightType >
 
class  boost::random::discrete_distribution< IntType, WeightType >
 The class discrete_distribution models a . More...
 
class  boost::random::discrete_distribution< IntType, WeightType >::param_type
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::random
 
 boost::random::detail