Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/random/uniform_smallint.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: uniform_smallint.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $ | 10 * $Id$ |
11 * | 11 * |
12 * Revision history | 12 * Revision history |
13 * 2001-04-08 added min<max assertion (N. Becker) | 13 * 2001-04-08 added min<max assertion (N. Becker) |
14 * 2001-02-18 moved to individual header files | 14 * 2001-02-18 moved to individual header files |
15 */ | 15 */ |
26 #include <boost/random/detail/config.hpp> | 26 #include <boost/random/detail/config.hpp> |
27 #include <boost/random/detail/operators.hpp> | 27 #include <boost/random/detail/operators.hpp> |
28 #include <boost/random/detail/signed_unsigned_tools.hpp> | 28 #include <boost/random/detail/signed_unsigned_tools.hpp> |
29 #include <boost/random/uniform_01.hpp> | 29 #include <boost/random/uniform_01.hpp> |
30 #include <boost/detail/workaround.hpp> | 30 #include <boost/detail/workaround.hpp> |
31 #include <boost/mpl/bool.hpp> | |
31 | 32 |
32 namespace boost { | 33 namespace boost { |
33 namespace random { | 34 namespace random { |
34 | 35 |
35 // uniform integer distribution on a small range [min, max] | 36 // uniform integer distribution on a small range [min, max] |