#include <boost/config/no_tr1/cmath.hpp>
#include <istream>
#include <iosfwd>
#include <boost/assert.hpp>
#include <boost/limits.hpp>
#include <boost/static_assert.hpp>
#include <boost/integer.hpp>
#include <boost/integer/integer_mask.hpp>
#include <boost/type_traits/is_integral.hpp>
#include <boost/type_traits/make_unsigned.hpp>
#include <boost/random/detail/config.hpp>
#include <boost/random/detail/operators.hpp>
#include <boost/random/detail/integer_log2.hpp>
#include <boost/random/uniform_01.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/exponential_distribution.hpp>
Classes | |
struct | boost::random::detail::normal_table< RealType > |
struct | boost::random::detail::unit_normal_distribution< RealType > |
class | boost::random::normal_distribution< RealType > |
Instantiations of class template normal_distribution model a . More... | |
class | boost::random::normal_distribution< RealType >::param_type |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::random | |
boost::random::detail | |
Functions | |
template<class Engine > | |
boost::make_unsigned< typename Engine::result_type >::type | boost::random::detail::generate_one_digit (Engine &eng, std::size_t bits) |
template<class RealType , std::size_t w, class Engine > | |
std::pair< RealType, int > | boost::random::detail::generate_int_float_pair (Engine &eng, boost::mpl::true_) |
template<class RealType , std::size_t w, class Engine > | |
std::pair< RealType, int > | boost::random::detail::generate_int_float_pair (Engine &eng, boost::mpl::false_) |
template<class RealType , std::size_t w, class Engine > | |
std::pair< RealType, int > | boost::random::detail::generate_int_float_pair (Engine &eng) |