Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/random/xor_combine.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
5 * accompanying file LICENSE_1_0.txt or copy at | 5 * accompanying file LICENSE_1_0.txt or copy at |
6 * http://www.boost.org/LICENSE_1_0.txt) | 6 * http://www.boost.org/LICENSE_1_0.txt) |
7 * | 7 * |
8 * See http://www.boost.org for most recent version including documentation. | 8 * See http://www.boost.org for most recent version including documentation. |
9 * | 9 * |
10 * $Id: xor_combine.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $ | 10 * $Id$ |
11 * | 11 * |
12 */ | 12 */ |
13 | 13 |
14 #ifndef BOOST_RANDOM_XOR_COMBINE_HPP | 14 #ifndef BOOST_RANDOM_XOR_COMBINE_HPP |
15 #define BOOST_RANDOM_XOR_COMBINE_HPP | 15 #define BOOST_RANDOM_XOR_COMBINE_HPP |
22 #include <boost/limits.hpp> | 22 #include <boost/limits.hpp> |
23 #include <boost/cstdint.hpp> // uint32_t | 23 #include <boost/cstdint.hpp> // uint32_t |
24 #include <boost/random/detail/config.hpp> | 24 #include <boost/random/detail/config.hpp> |
25 #include <boost/random/detail/seed.hpp> | 25 #include <boost/random/detail/seed.hpp> |
26 #include <boost/random/detail/seed_impl.hpp> | 26 #include <boost/random/detail/seed_impl.hpp> |
27 #include <boost/random/detail/operators.hpp> | |
27 | 28 |
28 namespace boost { | 29 namespace boost { |
29 namespace random { | 30 namespace random { |
30 | 31 |
31 /** | 32 /** |