Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/random.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/libs/random for documentation. | 8 * See http://www.boost.org/libs/random for documentation. |
9 * | 9 * |
10 * $Id: random.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $ | 10 * $Id$ |
11 * | 11 * |
12 * Revision history | 12 * Revision history |
13 * 2000-02-18 portability fixes (thanks to Beman Dawes) | 13 * 2000-02-18 portability fixes (thanks to Beman Dawes) |
14 * 2000-02-21 shuffle_output, inversive_congruential_schrage, | 14 * 2000-02-21 shuffle_output, inversive_congruential_schrage, |
15 * generator_iterator, uniform_smallint | 15 * generator_iterator, uniform_smallint |
65 #include <boost/random/fisher_f_distribution.hpp> | 65 #include <boost/random/fisher_f_distribution.hpp> |
66 #include <boost/random/gamma_distribution.hpp> | 66 #include <boost/random/gamma_distribution.hpp> |
67 #include <boost/random/geometric_distribution.hpp> | 67 #include <boost/random/geometric_distribution.hpp> |
68 #include <boost/random/lognormal_distribution.hpp> | 68 #include <boost/random/lognormal_distribution.hpp> |
69 #include <boost/random/negative_binomial_distribution.hpp> | 69 #include <boost/random/negative_binomial_distribution.hpp> |
70 #include <boost/random/non_central_chi_squared_distribution.hpp> | |
70 #include <boost/random/normal_distribution.hpp> | 71 #include <boost/random/normal_distribution.hpp> |
71 #include <boost/random/piecewise_constant_distribution.hpp> | 72 #include <boost/random/piecewise_constant_distribution.hpp> |
72 #include <boost/random/piecewise_linear_distribution.hpp> | 73 #include <boost/random/piecewise_linear_distribution.hpp> |
73 #include <boost/random/poisson_distribution.hpp> | 74 #include <boost/random/poisson_distribution.hpp> |
74 #include <boost/random/student_t_distribution.hpp> | 75 #include <boost/random/student_t_distribution.hpp> |