Commit Graph

633 Commits

Author SHA1 Message Date
Alex Henrie
c627f3c759 Correct spelling of "suppress" 2015-02-25 18:07:47 -07:00
Steven Watanabe
394439ae88 Add using declaration for sqrt. Fixes #10950. 2015-02-25 18:04:47 -07:00
Steven Watanabe
006eb9f7c0 Update Jamfile.v2
Fix image location for PDF doc build
2015-02-25 17:40:34 -07:00
Steven Watanabe
fd3d33df4c Avoid using uintptr_t. 2015-02-25 17:33:10 -07:00
jzmaddock
2f432ffed2 Add includes for mpl types - replying on implicit includes via type traits won't work going forward. 2015-02-25 16:46:07 -07:00
Peter Dimov
560b9dae64 Merge branch 'develop' 2015-01-25 21:23:10 +02:00
Peter Dimov
f8c3994e98 Merge pull request #8 from danieljames/metadata
Create metadata file.
2015-01-25 20:31:01 +02:00
Daniel James
a1205f041a Add metadata file. 2014-08-18 15:09:49 +01:00
Sergiu Dotenco
3dc8c147e4 fixed type conversion warnings emitted by msvc 12.0 for 64-bit builds 2014-08-05 17:34:25 +02:00
Marcel Raad
cb7f87e0a7 Fix variable shadowing warning
Microsoft Visual C++ 14 has a new warning:
"warning C4456: declaration of 'u' hides previous local declaration".
2014-07-03 19:14:57 +02:00
Steven Watanabe
a8aed49f29 Use the right upper bound for the exponent. 2014-04-12 11:26:16 -07:00
Steven Watanabe
dc7f3ec6f7 Add test/rng.saved to .gitignore. 2014-04-09 15:45:22 -07:00
Steven Watanabe
d8a04c2cc1 Update reference. 2014-04-09 08:25:58 -07: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
1d40d08813 Fix unused variable warning. 2014-04-05 12:29:20 -07:00
Steven Watanabe
39d05f0161 Optimized algorithm for mersenne_twister_engine::discard. Fixes #6706. 2014-04-05 11:22:01 -07:00
Steven Watanabe
21e8ee71c9 Merge remote-tracking branch 'origin/develop' 2014-03-24 09:05:54 -07:00
Steven Watanabe
e3f36471e8 Update the concepts to reflect the new members (such as discard), which were added to conform to C++11. Fixes #6703. 2014-03-14 08:15:59 -07:00
Steven Watanabe
435cbfcb93 Read error at the beginning of error(). Fixes #8245. 2014-03-14 07:32:35 -07:00
Steven Watanabe
ed9f359d4b Add beta_distribution and laplace_distribution to documentation. 2014-03-13 17:09:48 -07:00
Steven Watanabe
2edb377b13 Add laplace_distribution. Refs #6804. 2014-03-13 17:06:52 -07:00
Steven Watanabe
b7fae47331 Add beta_distribution. Refs #6804. 2014-03-13 16:13:35 -07:00
Steven Watanabe
dac48f62a8 Use system_error in random_device. Fixes #8245. 2014-03-13 15:20:35 -07:00
Steven Watanabe
c0a694e8d9 Avoid overflow. Fixes #8351. 2014-03-13 14:50:17 -07:00
Steven Watanabe
dbb7b3cfaa Handle integer weights in discrete_distribution. FIxes #6022. 2014-03-13 13:17:28 -07:00
Steven Watanabe
16b73cb3a7 Optimize uniform_on_sphere for dims <= 3. Fixes #1059. 2014-03-12 17:31:23 -07:00
Steven Watanabe
9cd247da37 Prevent infinite loop in binomial_distribution. Fixes #9652. 2014-03-11 13:02:37 -07:00
Steven Watanabe
00c250421a Disable GCC warning. Fixes #9596. 2014-03-11 12:20:19 -07:00
Steven Watanabe
8a461db795 Fix equation. Fixes #9513. 2014-03-11 12:02:25 -07:00
Steven Watanabe
c010a53ae8 Add an explicit cast to avoid warnings. Fixes #8779. 2014-03-11 11:57:59 -07:00
Steven Watanabe
ce5fe81498 Revert "random: add explicit casts in normal_distribution.hpp to avoid truncation warnings with MSVC"
This reverts commit 87e4a09ce0.
2014-03-11 11:52:58 -07:00
Steven Watanabe
522c172d78 Remove unused typedefs. Fixes #8854. 2014-03-11 11:45:55 -07:00
Steven Watanabe
51ba4a5125 Fix typo and add the error code to the message. Fixes #8431. 2014-03-11 11:22:57 -07:00
Steven Watanabe
dc2fdeac44 Make finding the CSP more resiliant. Fixes #8432. 2014-03-11 11:01:45 -07:00
Steven Watanabe
c69514060f Fix typo. Fixes #4183 2014-03-11 10:49:56 -07:00
Steven Watanabe
3e24f430c9 Add .gitignore 2014-03-11 10:46:53 -07:00
Steven Watanabe
2eb4466c2b Merge branch 'develop' into master 2014-03-10 17:23:41 -07:00
Steven Watanabe
d6f82a4b31 Fix kreutzer1986 size in docs. Fixes #9254. 2014-03-10 17:20:04 -07:00
Steven Watanabe
b2b9aae5d5 Fix kreutzer1986 size in docs. Fixes #9254. 2014-03-10 17:18:45 -07:00
Mathias Gaunard
87e4a09ce0 random: add explicit casts in normal_distribution.hpp to avoid truncation warnings with MSVC
[SVN r86325]
2013-10-15 16:40:51 +00:00
Mathias Gaunard
e8b67e2f27 random: avoid generating warnings with -Wshadow, fix #9115
[SVN r86321]
2013-10-15 14:08:57 +00:00
Stephen Kelly
913baf11ac Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#else...#endif blocks.

[SVN r86246]
2013-10-11 23:19:17 +00:00
Stephen Kelly
e14ad4f535 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#endif conditions.

[SVN r86244]
2013-10-11 23:15:00 +00:00
Stephen Kelly
966be3d1a1 Random: Remove obsolete MSVC version check.
[SVN r86030]
2013-09-30 00:19:36 +00:00
Steven Watanabe
4bc0a07068 Add explicit casts to avoid warnings on vc8. Fixes #5762.
[SVN r82940]
2013-02-16 22:15:31 +00:00
Steven Watanabe
3c25564816 Fix -Wshadow warning. Fixes #7774.
[SVN r82939]
2013-02-16 21:48:20 +00:00
Steven Watanabe
4fafac0efe Use underscores in attributes. Fixes #6408.
[SVN r82938]
2013-02-16 21:30:43 +00:00
Steven Watanabe
6e7dec409a Fix assertion for uniform_real. Fixes #6053. Fixes #6059.
[SVN r82937]
2013-02-16 21:14:23 +00:00
Steven Watanabe
5b3f1c7fe6 Avoid generating NaNs. Fixes #7779.
[SVN r82936]
2013-02-16 20:30:51 +00:00
Marshall Clow
40e53a30b9 Merge Fix for zero seed in Boost.Random; Fixes #7951
[SVN r82820]
2013-02-11 16:19:04 +00:00