2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-24 06:02:15 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Steven Watanabe
6e35d9a732 Allow arbitrary values to be used as seeds for linear_congruential, linear_feedback_shift, and any generators that depend on them. Fixes #3516
[SVN r57663]
2009-11-14 21:07:31 +00:00
Steven Watanabe
ac8bfba53a misc assertions/tests
[SVN r53802]
2009-06-12 00:24:09 +00:00
Steven Watanabe
a6ec2a34ef Test tweaks
[SVN r53780]
2009-06-10 02:16:24 +00:00
Steven Watanabe
05846ff977 Fix overload resolution for generator constructors/seed. Fixes #351. Fixes #2424. Fixes #2887
[SVN r53699]
2009-06-06 19:41:38 +00:00
Steven Watanabe
a2ba8e2ac8 Enable stream operators on msvc. Fixes #1068. Fixes #1691
[SVN r51413]
2009-02-23 15:48:27 +00:00
Steven Watanabe
86aad2f7f7 Convert uniform_01 to the current distribution interface, dispatching on the first template paramter to retain backwards compatibility. Fixes #599. Fixes #1544. Fixes #2679
[SVN r51337]
2009-02-19 23:27:40 +00:00
Steven Watanabe
d39fa82c5c Don't assume that std::vector<int>::const_iterator has a nested difference_type. Use iterator_traits.
[SVN r51253]
2009-02-14 16:21:04 +00:00
Steven Watanabe
f530cea1e1 Correct stringizing
[SVN r51210]
2009-02-12 03:03:02 +00:00
Steven Watanabe
f6773e82f6 Split random_test.cpp into multiple files to avoid hitting resource limits.
[SVN r51171]
2009-02-10 03:53:23 +00:00