Chaste
Release::3.4
|
#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/detail/workaround.hpp>
#include <boost/pending/integer_log2.hpp>
#include <boost/random/uniform_01.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/detail/signed_unsigned_tools.hpp>
#include <boost/random/exponential_distribution.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
typedef uniform_int uniform_int_distribution | |
Macros | |
#define | BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, T, t) |
#define | BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, T, t) |
#define | BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(T, lhs, rhs) friend bool operator==(const T& lhs, const T& rhs) |
#define | BOOST_RANDOM_DETAIL_INEQUALITY_OPERATOR(T) |
#define | COVERAGE_IGNORE |
#define | COVERAGE_IGNORE |
#define | COVERAGE_IGNORE |
#define | COVERAGE_IGNORE |
This file is part of Boost, not part of Chaste per se.
We use the <autogenerated> tag to ignore it from our Doxygen checker.
This file is provided to users of Boost up to 1.55 and gives forward compatibility with Boost 1.56 and beyond. (A bug in normal distributions was discovered and fixed in version 1.56)
Local changes made:
We have tested on supported Chaste versions of Boost back to 1.40.
Definition in file Boost156NormalDistribution.hpp.
#define BOOST_RANDOM_DETAIL_INEQUALITY_OPERATOR | ( | T | ) |
Definition at line 126 of file Boost156NormalDistribution.hpp.
#define BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR | ( | is, | |
T, | |||
t | |||
) |
Definition at line 114 of file Boost156NormalDistribution.hpp.
#define BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR | ( | os, | |
T, | |||
t | |||
) |
Definition at line 107 of file Boost156NormalDistribution.hpp.