Commit Graph

29 Commits

Author SHA1 Message Date
Steven Watanabe
89174b6ca3 Add hyperexponential_distribution. Contributed by Marco Guazzone. 2015-04-01 10:08:06 -06:00
jzmaddock
ef63274cec Add missing #includes. 2015-03-14 17:58:27 +00:00
Steven Watanabe
25cef713f9 Add non-central chi-squared distribution contributed by Thijs van den Berg. 2014-04-08 17:47:01 -07:00
Steven Watanabe
d3e19bbc4f #include everything in boost/random.hpp
[SVN r68815]
2011-02-12 19:07:36 +00:00
Steven Watanabe
67843975c0 Update xor_combine to match C++0x. min/max are still broken.
[SVN r68767]
2011-02-11 01:16:34 +00:00
Steven Watanabe
836da38bf7 Update normal_distribution to match C++0x. Implement student_t_distribution.
[SVN r67710]
2011-01-06 02:53:00 +00:00
Steven Watanabe
dced4df44a Implement fisher_f_distribution.
[SVN r67694]
2011-01-05 22:42:36 +00:00
Steven Watanabe
1845d03376 Implement chi_squared_distribution.
[SVN r67669]
2011-01-05 05:17:37 +00:00
Steven Watanabe
7c3fcb24dc Implement negative_binomial_distribution.
[SVN r65157]
2010-08-31 20:07:59 +00:00
Steven Watanabe
2248892f09 Add Quickbook/Doxygen documentation
[SVN r59910]
2010-02-25 18:13:36 +00:00
Steven Watanabe
dfabc22362 Add missing includes.
[SVN r52425]
2009-04-16 18:16:50 +00:00
Douglas Gregor
c5d8766e66 Converted to Boost Software License, Version 1.0
[SVN r24096]
2004-07-27 03:43:34 +00:00
Beman Dawes
8d724db34e add or update See www.boost.org comments
[SVN r16708]
2002-12-27 16:51:53 +00:00
Jens Maurer
8b192b20bc add new engines and new distributions
[SVN r15662]
2002-10-03 00:07:13 +00:00
Jens Maurer
2954829b7c free -> fee
[SVN r10253]
2001-06-01 17:14:54 +00:00
Jens Maurer
add52a0921 split giant random.hpp header into smaller pieces in subdirectory boost/random/
[SVN r9779]
2001-04-14 13:28:42 +00:00
John Maddock
7b786dbcf2 Added boost-wide <limits> woraround
[SVN r9688]
2001-04-01 11:59:18 +00:00
Beman Dawes
449fc829bf Correct spelling in Jens' licenses
[SVN r9372]
2001-03-01 18:54:36 +00:00
Jens Maurer
9e57aebc04 avoid "variable hiding" warning on Sun
[SVN r8874]
2001-02-02 21:24:15 +00:00
Jens Maurer
a2a9c85213 added necessary const_mod<unsigned long, 0> overload
[SVN r8682]
2001-01-21 19:14:18 +00:00
Jens Maurer
f0e46675ff change calls to iterator_init() to this->iterator_init(),
because the member function is in a dependent base class


[SVN r8652]
2001-01-20 00:11:11 +00:00
Jens Maurer
becc54f7e9 add "using std::sqrt" for unqualified use of sqrt
[SVN r7926]
2000-10-11 17:23:54 +00:00
Jens Maurer
0caeb7b039 used BOOST_NO_INTEGRAL_INT64_T to avoid boost::rand48 on some compilers
[SVN r7875]
2000-09-29 22:08:21 +00:00
Jeremy Siek
7069532819 made sure no tabs
[SVN r7843]
2000-09-26 08:05:34 +00:00
Jens Maurer
263f4d3bb8 avoid using the ULL suffix for 64bit int literals, because it is not portable
[SVN r7794]
2000-09-24 19:33:22 +00:00
Jens Maurer
d7ea824a5e use BOOST_NO_INT64_T to check availability of 64 bit integer support
[SVN r7781]
2000-09-23 16:31:15 +00:00
Jens Maurer
d63174b102 avoid two warnings with MSVC (thanks to Ed Brey)
remove spurious decrementable<> use (thanks to Matthias Troyer)


[SVN r7777]
2000-09-23 14:18:14 +00:00
Jens Maurer
d20ee06221 Moved basic class templates from namespace boost::detail to boost::random.
[SVN r7632]
2000-07-26 20:32:14 +00:00
Beman Dawes
d3f2697312 This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


[SVN r7621]
2000-07-07 16:04:40 +00:00