Marshall Clow
|
ae12937978
|
Fix behavior with zero seed re: '26.5.3.3 [rand.eng.sub]/7'; thanks to stl@microsoft for the report; Refs #7951
[SVN r82664]
|
2013-01-30 06:42:36 +00:00 |
|
Marshall Clow
|
7dcdfa48e6
|
Merge bug fix to release; Fixes #6854
[SVN r82609]
|
2013-01-25 17:06:07 +00:00 |
|
Steven Watanabe
|
863c0f02ca
|
Fix typo. Fixes #7645.
[SVN r81502]
|
2012-11-23 23:34:09 +00:00 |
|
Steven Watanabe
|
eb5bfa1fd0
|
Fix typo. Refs #7645.
[SVN r81501]
|
2012-11-23 23:31:44 +00:00 |
|
Marshall Clow
|
174c98d347
|
Remove usage of deprecated macros
[SVN r81442]
|
2012-11-20 19:44:24 +00:00 |
|
Marshall Clow
|
8fb1f66775
|
Replaced throw with boost::throw_exception; Refs #5399
[SVN r81382]
|
2012-11-17 08:05:20 +00:00 |
|
Marshall Clow
|
05c2826a4a
|
Replaced throw with boost::throw_exception; Refs #5399
[SVN r81379]
|
2012-11-17 05:17:06 +00:00 |
|
Steven Watanabe
|
f0ec97ba36
|
Implement the ziggurat algorithm for the normal distribution.
[SVN r81018]
|
2012-10-19 18:32:53 +00:00 |
|
Steven Watanabe
|
973d453a02
|
Make sure that equivalent states of mersenne_twister have identical bits. Fixes #6801.
[SVN r81001]
|
2012-10-16 21:33:16 +00:00 |
|
Marshall Clow
|
a09aae53a7
|
Merge comment typo to release; Fixes #7509
[SVN r80996]
|
2012-10-16 03:11:52 +00:00 |
|
Marshall Clow
|
099125d5f5
|
Fixed typo; Refs #7509
[SVN r80995]
|
2012-10-16 03:05:15 +00:00 |
|
Steven Watanabe
|
5cb53bb98e
|
Remove static. Fixes #7096
[SVN r80992]
|
2012-10-15 19:10:33 +00:00 |
|
Steven Watanabe
|
d3899e5f44
|
Make result_type public and constructors explicit on shuffle_output. Fixes #7121.
[SVN r80990]
|
2012-10-15 03:18:25 +00:00 |
|
Marshall Clow
|
2e7e6cf218
|
Merge macro changes for Boost.Random; no functionality change
[SVN r79530]
|
2012-07-15 14:34:35 +00:00 |
|
Marshall Clow
|
caf462a816
|
Switch from deprecated macros to new shiny ones; no functionality change
[SVN r79389]
|
2012-07-09 19:50:17 +00:00 |
|
Steven Watanabe
|
1cb475183e
|
Add missing inline. Fixes #6854.
[SVN r78513]
|
2012-05-19 13:49:00 +00:00 |
|
Steven Watanabe
|
6fd0c53bac
|
Add missing #includes. Fixes #6855.
[SVN r78512]
|
2012-05-19 13:39:30 +00:00 |
|
Steven Watanabe
|
030fe2f938
|
Remove unnecessary #include. Fixes #6344.
[SVN r78511]
|
2012-05-19 13:14:28 +00:00 |
|
Steven Watanabe
|
fbee3952c0
|
Merge Random from the trunk.
[SVN r78340]
|
2012-05-05 21:14:37 +00:00 |
|
Marshall Clow
|
1bcaa72324
|
Updated Boost.Random to use BOOST_NO_0X_HDR_INITIALIZER_LIST instead of (soon to be deprecated) BOOST_NO_INITIALIZER_LISTS
[SVN r77152]
|
2012-03-02 16:16:45 +00:00 |
|
Daniel James
|
13c9a18fd6
|
Merge log2 constexpr fix for gcc.
[SVN r76145]
|
2011-12-24 19:05:17 +00:00 |
|
Daniel James
|
16f5afdb15
|
Use a proper constexpr for integer_log2.
[SVN r76032]
|
2011-12-18 11:16:47 +00:00 |
|
Steven Watanabe
|
18b844a2ff
|
Fix off-by-one error. Fixes #6189.
[SVN r75764]
|
2011-12-01 18:33:13 +00:00 |
|
Steven Watanabe
|
658ce378a3
|
Merge random from the trunk
[SVN r74867]
|
2011-10-09 23:13:31 +00:00 |
|
Steven Watanabe
|
ceddb09af4
|
Update seed_seq to match the final draft.
[SVN r74482]
|
2011-09-20 22:59:42 +00:00 |
|
Steven Watanabe
|
db825889d8
|
Use the right variable. Fixes #5767.
[SVN r74169]
|
2011-08-30 21:14:01 +00:00 |
|
Steven Watanabe
|
56e40890ca
|
geometric_distribution::min should be 0. Fixes #5704.
[SVN r74168]
|
2011-08-30 19:31:43 +00:00 |
|
Daniel James
|
2575617250
|
Random: Merge constexpr integer_log2_impl.
[SVN r73268]
|
2011-07-21 07:49:59 +00:00 |
|
Daniel James
|
04ade5c792
|
Random: fix constexpr in integer_log2_impl.
[SVN r72991]
|
2011-07-09 17:13:59 +00:00 |
|
Steven Watanabe
|
fd4efbb298
|
Merge [72825] and [72826] from the trunk. Authorized by Beman.
[SVN r72951]
|
2011-07-07 04:57:37 +00:00 |
|
Daniel James
|
a734166dc2
|
Random: disable incorrect use of constexpr for now.
Authorized by Beman.
[SVN r72861]
|
2011-07-02 20:26:19 +00:00 |
|
Steven Watanabe
|
7b6a46822b
|
Replace the precision() member for floating point generators with a traits class. This function was intended to be an implementation detail, but user defined generators had to implement it.
[SVN r72826]
|
2011-06-30 22:27:53 +00:00 |
|
Steven Watanabe
|
a6edff511a
|
Remove use of discard to avoid breaking Boost.TR1.
[SVN r72825]
|
2011-06-30 21:52:51 +00:00 |
|
Daniel James
|
22cef6849c
|
Random: disable incorrect use of constexpr for now.
[SVN r72799]
|
2011-06-29 17:49:27 +00:00 |
|
Steven Watanabe
|
d72a14fb78
|
Merge random from the trunk.
[SVN r71018]
|
2011-04-05 21:27:52 +00:00 |
|
Steven Watanabe
|
94645686dc
|
Oops. This copy/paste error makes sun 5.10 unhappy.
[SVN r70785]
|
2011-03-31 14:53:33 +00:00 |
|
Steven Watanabe
|
b3199f21ed
|
Attempt to fix sun 5.10 overload resolution problem.
[SVN r70784]
|
2011-03-31 14:50:26 +00:00 |
|
Steven Watanabe
|
8978939937
|
Somehow sun-5.10 gets the type of bits wrong.
[SVN r70782]
|
2011-03-31 14:41:36 +00:00 |
|
Steven Watanabe
|
17727c6cfb
|
pgi doesn't seem to like writing a const char* to a std::wostream? Reading back a space with std::ws is mysteriously failing, but appears to work when a character is written instead of a string literal.
[SVN r70762]
|
2011-03-30 21:00:41 +00:00 |
|
Steven Watanabe
|
faf1e5ea24
|
Use fmod before casting to uint32_t. xlc and sun were saturating to 0xFFFFFFFF instead of taking the low order bits.
[SVN r70761]
|
2011-03-30 20:41:50 +00:00 |
|
Steven Watanabe
|
5538ef2de8
|
Fix for gcc 3.4.6
[SVN r70700]
|
2011-03-29 16:03:19 +00:00 |
|
Hartmut Kaiser
|
ba92085d94
|
Preventing macro substitution
[SVN r70319]
|
2011-03-21 17:15:10 +00:00 |
|
Steven Watanabe
|
92818ae651
|
MSVC 7.1 and 8.0 seem to have trouble handling this friend declaration. Try to make it simpler. Refs #5321.
[SVN r70071]
|
2011-03-17 17:14:38 +00:00 |
|
Steven Watanabe
|
c8b83bcc93
|
Make sure that integer_log2 works on more than just msvc and gcc.
[SVN r70064]
|
2011-03-17 16:28:25 +00:00 |
|
Steven Watanabe
|
6603ca0b98
|
Add missing inline
[SVN r70061]
|
2011-03-17 15:45:12 +00:00 |
|
Steven Watanabe
|
ff74124051
|
Replace a couple slow iterative algorithms with multi-precision arithmetic.
[SVN r70047]
|
2011-03-17 03:45:39 +00:00 |
|
Steven Watanabe
|
cb6b4f1ffb
|
Warning patrol
[SVN r70017]
|
2011-03-16 03:24:42 +00:00 |
|
Steven Watanabe
|
45255face5
|
Intel and PGI don't seem to like the friend declarations as written.
[SVN r70007]
|
2011-03-15 22:51:43 +00:00 |
|
Steven Watanabe
|
75aa8b6e82
|
Try to help the compiler see through all the constants.
[SVN r70005]
|
2011-03-15 21:03:46 +00:00 |
|
Steven Watanabe
|
544fc7e4e1
|
Make sure that the type of the seed argument is consistent with the standard for all generators. Eliminate the odd rand48 seeding rules.
[SVN r69995]
|
2011-03-15 00:47:25 +00:00 |
|