5d9ba8578aMerge branch 'develop'
cc
Steven Watanabe
2018-12-19 10:21:58 -0700
c7b6f42a5aMerge remote-tracking branch 'anton-matosov/develop' into develop
Steven Watanabe
2018-10-25 17:49:47 -0600
d217e56535Merge remote-tracking branch 'NAThompson/remove_deprecated_header' into develop
Steven Watanabe
2018-10-25 13:15:33 -0600
1559df6b19Merge branch 'develop'
Steven Watanabe
2018-06-25 16:30:58 -0600
60c43db293Fix signed integer overflow in niederreiter_base2. Suppress other (spurious) warnings from msvc.
Steven Watanabe
2018-05-12 19:57:16 -0600
b8a6545710Pre-allocate memory to increase insertion performance
Anton Matosov
2018-03-22 16:13:55 -0700
5ebb0554d9Nitpicky type adjustments
Justinas V. Daugmaudis
2018-03-14 14:28:20 +0200
c4dfa03901Strong exception safety for lattice computation
Justinas V. Daugmaudis
2018-03-13 18:50:52 +0200
b14d592873Quick fixes
Justinas V. Daugmaudis
2018-03-10 12:53:38 +0200
742474824fFix docs
Justinas V. Daugmaudis
2018-03-06 15:32:11 +0200
c7c9bc3500Example added
Justinas V. Daugmaudis
2018-03-06 12:35:59 +0200
9786f4f481Aggregated review fixes
Justinas V. Daugmaudis
2018-03-04 00:02:49 +0200
3db2d7cb71Initial QRNG commit
Justinas V. Daugmaudis
2017-08-31 10:09:45 +0300
1be44d405e[ci skip] Remove deprecated header.
Nick Thompson
2018-02-11 15:02:43 -0600
6d7e38a32cMerge branch 'develop'
Steven Watanabe
2018-01-25 14:07:40 -0700
f3a83d0497Remove duplicate test which is now detected by Boost.Test.
Steven Watanabe
2018-01-23 13:12:48 -0700
c2fba24fbfAdjust the condition on brace initializers test to help some versions of gcc.
Steven Watanabe
2018-01-10 14:54:32 -0700
122386c345Merge remote-tracking branch 'jeking3/fix-warn' into develop
Steven Watanabe
2018-01-02 17:38:13 -0700
8c09acf817Fix example compilation.
Steven Watanabe
2017-12-08 14:33:04 -0700
244b59abb6Remove bind1st.
Steven Watanabe
2017-12-07 15:17:23 -0700
9c82aad413fix some warnings reported by clang
James E. King III
2017-11-03 07:57:55 -0700
e4b0b2f5c0Merge remote-tracking branch 'DanielaE/feature/replace-deprecated-c++98-stuff' into develop
Steven Watanabe
2017-11-06 13:14:00 -0700
87477f5023Work around problem on msvc-12/14 in release mode.
Steven Watanabe
2017-11-06 13:12:44 -0700
2b4779fd5bIf we're going to the trouble of fixing up the input, then reading should be considered successful. Also, make hyperexponential tests match the implementation.
Steven Watanabe
2017-11-03 19:21:54 -0600
b58774fd54Fix undefined behavior in independent_bits_engine, when filling all the bits of the result_type from a single call to the base engine.
Steven Watanabe
2017-10-09 10:29:38 -0600
85ffca64e6Fix typo in seed_seq which caused the wrong result when the output sequence is shorter than the input sequence.
Steven Watanabe
2017-10-09 09:54:10 -0600
e75d0b99b9Replace deprecated/removed C++98 std::bind2nd by a custom function object, and ignore tests focussing on std::random_shuffle.
Daniela Engert
2017-05-13 15:05:28 +0200
64138e847bMerge branch 'develop'
Steven Watanabe
2017-02-25 13:46:15 -0700
c7d1b4f351Use the ziggurat algorithm for the exponential distribution and make some improvements to the normal distribution. Patch by Jason Rhinelander. Fixes#23.
Steven Watanabe
2016-07-06 09:33:24 -0600
8bc5a15481Merge branch 'develop'
Steven Watanabe
2016-02-20 17:44:57 -0700
18099e4a11Suppress conversion warning.
Steven Watanabe
2016-02-19 10:45:05 -0700
fdd3073448Suppress warning.
Steven Watanabe
2016-02-18 12:57:06 -0700
29e8bd59a2Add a missing break for one dimensional case of uniform_on_sphere. Fixes#11454.
Steven Watanabe
2016-02-13 13:55:27 -0700
2a04b0ba63Retry reading if we got less than 4 bytes. Fixes#10980.
Steven Watanabe
2016-02-13 10:39:04 -0700
b46bfcc3c9Merge branch 'develop'
Steven Watanabe
2015-10-20 09:16:25 -0600
0cf63f2adbUse BOOST_SYMBOL_IMPORT|EXPORT.
Steven Watanabe
2015-04-01 13:31:44 -0600
2d95a5a605Merge remote-tracking branch 'MarcelRaad/patch-1' into develop
Steven Watanabe
2015-04-01 12:37:20 -0600
89174b6ca3Add hyperexponential_distribution. Contributed by Marco Guazzone.
Steven Watanabe
2015-04-01 10:08:06 -0600
a4d8dfccf7Merge remote-tracking branch 'jzmaddock/mt2' into develop
Steven Watanabe
2015-03-14 12:30:54 -0600
8699d435f8Add traits.hpp to doc build.
jzmaddock
2015-03-14 18:06:34 +0000
839acad329Get multiprecision floating point support working, and add test case.
jzmaddock
2015-03-14 18:06:14 +0000
d4514f1e07Fix integer distributions for multiprecision support, and add support for one multiprecision generator (independent_bits_engine). Added test case for multiprecision integers.
jzmaddock
2015-03-14 18:05:23 +0000
a8aed49f29Use the right upper bound for the exponent.
Steven Watanabe
2014-04-12 08:40:25 -0700
dc7f3ec6f7Add test/rng.saved to .gitignore.
Steven Watanabe
2014-04-09 15:45:22 -0700
d8a04c2cc1Update reference.
Steven Watanabe
2014-04-09 08:25:58 -0700
25cef713f9Add non-central chi-squared distribution contributed by Thijs van den Berg.
Steven Watanabe
2014-04-08 17:46:05 -0700
1d40d08813Fix unused variable warning.
Steven Watanabe
2014-04-05 12:29:20 -0700
39d05f0161Optimized algorithm for mersenne_twister_engine::discard. Fixes#6706.
Steven Watanabe
2014-03-15 14:50:56 -0700
21e8ee71c9Merge remote-tracking branch 'origin/develop'
Steven Watanabe
2014-03-24 09:05:54 -0700
e3f36471e8Update the concepts to reflect the new members (such as discard), which were added to conform to C++11. Fixes#6703.
Steven Watanabe
2014-03-14 08:15:59 -0700
435cbfcb93Read error at the beginning of error(). Fixes#8245.
Steven Watanabe
2014-03-14 07:32:35 -0700
ed9f359d4bAdd beta_distribution and laplace_distribution to documentation.
Steven Watanabe
2014-03-13 17:09:48 -0700
2edb377b13Add laplace_distribution. Refs #6804.
Steven Watanabe
2014-03-13 17:02:44 -0700
b7fae47331Add beta_distribution. Refs #6804.
Steven Watanabe
2014-03-13 16:13:35 -0700
dac48f62a8Use system_error in random_device. Fixes#8245.
Steven Watanabe
2014-03-13 15:20:35 -0700
c0a694e8d9Avoid overflow. Fixes#8351.
Steven Watanabe
2014-03-13 14:49:55 -0700
dbb7b3cfaaHandle integer weights in discrete_distribution. FIxes#6022.
Steven Watanabe
2014-03-13 13:17:28 -0700
16b73cb3a7Optimize uniform_on_sphere for dims <= 3. Fixes#1059.
Steven Watanabe
2014-03-12 17:31:23 -0700
9cd247da37Prevent infinite loop in binomial_distribution. Fixes#9652.
Steven Watanabe
2014-03-11 13:02:37 -0700
00c250421aDisable GCC warning. Fixes#9596.
Steven Watanabe
2014-03-11 12:20:19 -0700
8a461db795Fix equation. Fixes#9513.
Steven Watanabe
2014-03-11 12:02:25 -0700
c010a53ae8Add an explicit cast to avoid warnings. Fixes#8779.
Steven Watanabe
2014-03-11 11:57:59 -0700
ce5fe81498Revert "random: add explicit casts in normal_distribution.hpp to avoid truncation warnings with MSVC"
Steven Watanabe
2014-03-11 11:52:58 -0700
522c172d78Remove unused typedefs. Fixes#8854.
Steven Watanabe
2014-03-11 11:45:55 -0700
51ba4a5125Fix typo and add the error code to the message. Fixes#8431.
Steven Watanabe
2014-03-11 11:22:57 -0700
dc2fdeac44Make finding the CSP more resiliant. Fixes#8432.
Steven Watanabe
2014-03-11 11:01:45 -0700
c69514060fFix typo. Fixes#4183
Steven Watanabe
2014-03-11 10:49:56 -0700
3e24f430c9Add .gitignore
Steven Watanabe
2014-03-11 10:46:53 -0700
2eb4466c2bMerge branch 'develop' into master
Steven Watanabe
2014-03-10 17:23:41 -0700
d6f82a4b31Fix kreutzer1986 size in docs. Fixes#9254.
Steven Watanabe
2014-03-10 17:20:04 -0700
b2b9aae5d5Fix kreutzer1986 size in docs. Fixes#9254.
Steven Watanabe
2014-03-10 17:18:45 -0700
87e4a09ce0random: add explicit casts in normal_distribution.hpp to avoid truncation warnings with MSVC
Mathias Gaunard
2013-10-15 16:40:51 +0000