summaryrefslogtreecommitdiff
path: root/libs/random
Commit message (Collapse)AuthorAgeFilesLines
* Update random from masterAutomated Commit2021-06-091-0/+0
|
* Update random from masterAutomated Commit2021-06-081-0/+0
|
* Update random from masterAutomated Commit2021-02-261-0/+0
|
* Update random from masterAutomated Commit2020-11-251-0/+0
|
* Update random from masterAutomated Commit2018-12-191-0/+0
|
* Update random from masterAutomated Commit2018-06-251-0/+0
|
* Update random from masterAutomated Commit2018-01-251-0/+0
|
* Update random from masterAutomated Commit2017-02-251-0/+0
|
* Update 61 submodules from masterAutomated Commit2016-10-101-0/+0
| | | | | | | | | | | | Update build, dll, fiber, filesystem, foreach, function, functional, function_types, fusion, geometry, heap, icl, integer, interprocess, intrusive, iterator, lambda, lexical_cast, local_function, lockfree, log, logic, math, metaparse, move, mpi, multiprecision, multi_array, optional, parameter, phoenix, pool, predef, program_options, property_tree, proto, random, range, ratio, regex, scope_exit, signals, signals2, sort, spirit, static_assert, test, thread, tr1, tti, typeof, type_erasure, type_index, type_traits, units, unordered, utility, variant, vmd, winapi, xpressive.
* Update random from master.Automated Commit2016-02-201-0/+0
|
* Update random, type_erasure from master.Automated Commit2015-10-201-0/+0
|
* Update random from master.Automated Commit2015-02-271-0/+0
|
* Update statechart, scope_exit, rational, range, random, python, ↵Automated Commit2015-01-251-0/+0
| | | | ptr_container, parameter from master.
* Update random from master.Automated Commit2014-03-241-0/+0
|
* Update random from master.Automated Commit2014-03-101-0/+0
|
* Merge Fix for zero seed in Boost.Random; Fixes #7951Marshall Clow2013-02-111-0/+0
| | | | [SVN r82820]
* Merge bug fix to release; Fixes #6854Marshall Clow2013-01-251-0/+0
| | | | [SVN r82609]
* Merge comment typo to release; Fixes #7509Marshall Clow2012-10-161-0/+0
| | | | [SVN r80996]
* Merge macro changes for Boost.Random; no functionality changeMarshall Clow2012-07-151-0/+0
| | | | [SVN r79530]
* Merge Random from the trunk.Steven Watanabe2012-05-051-0/+0
| | | | [SVN r78340]
* Merge log2 constexpr fix for gcc.Daniel James2011-12-241-0/+0
| | | | [SVN r76145]
* Merge random from the trunkSteven Watanabe2011-10-091-0/+0
| | | | [SVN r74867]
* Random: Merge constexpr integer_log2_impl.Daniel James2011-07-211-0/+0
| | | | [SVN r73268]
* Merge [72825] and [72826] from the trunk. Authorized by Beman.Steven Watanabe2011-07-071-0/+0
| | | | [SVN r72951]
* Random: disable incorrect use of constexpr for now.Daniel James2011-07-021-0/+0
| | | | | | | Authorized by Beman. [SVN r72861]
* Merge random from the trunk.Steven Watanabe2011-04-051-0/+0
| | | | [SVN r71018]
* Merge Random from the trunkSteven Watanabe2010-05-311-0/+0
| | | | [SVN r62347]
* Merge Random from the trunkSteven Watanabe2010-03-221-0/+0
| | | | [SVN r60755]
* Merge Random from the trunk. Fixes #3719Steven Watanabe2010-01-021-0/+0
| | | | [SVN r58649]
* rm cmake from the release branch before it goes out broken. Policy dictates ↵Troy D. Straszheim2009-10-171-0/+0
| | | | | | that you never commit to release, you commit to trunk and merge to release. [SVN r56941]
* Merge random from the trunkSteven Watanabe2009-10-141-0/+0
| | | | [SVN r56814]
* Add basic copyright/license to keep cmake out of the inspection reportTroy D. Straszheim2009-07-221-0/+0
| | | | [SVN r55095]
* Merge [53462], [53699], and [53800] from the trunk.Steven Watanabe2009-06-131-0/+0
| | | | [SVN r53871]
* Use local copy of the valid HTML 4.01 icon, and make sure all the pagesDaniel James2009-05-251-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that use it are valid. Merged revisions 53047-53048 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53047 | danieljames | 2009-05-16 15:17:20 +0100 (Sat, 16 May 2009) | 1 line Fix some validation errors. ........ r53048 | danieljames | 2009-05-16 15:23:59 +0100 (Sat, 16 May 2009) | 1 line Use a local copy of the valid HTML 4.01 icon. ........ [SVN r53258]
| * Use a local copy of the valid HTML 4.01 icon.Daniel James2009-05-161-0/+0
| | | | | | | | [SVN r53048]
| * Add missing includes.Steven Watanabe2009-04-161-0/+0
| | | | | | | | [SVN r52425]
| * Enable stream operators on msvc. Fixes #1068. Fixes #1691Steven Watanabe2009-02-231-0/+0
| | | | | | | | [SVN r51413]
| * Initialize _modulus in the linear_congruential constructor that takes a pair ↵Steven Watanabe2009-02-231-0/+0
| | | | | | | | | | | | of iterators. Fixes #2665 [SVN r51410]
| * Apply patch for FreeBSD. Fixes #2027Steven Watanabe2009-02-221-0/+0
| | | | | | | | [SVN r51400]
| * Convert uniform_01 to the current distribution interface, dispatching on the ↵Steven Watanabe2009-02-191-0/+0
| | | | | | | | | | | | first template paramter to retain backwards compatibility. Fixes #599. Fixes #1544. Fixes #2679 [SVN r51337]
| * Change shfit2 to shift2. Add missing namespace scope definitions of shift1 ↵Steven Watanabe2009-02-181-0/+0
| | | | | | | | | | | | and shift2. Fixes #2764 [SVN r51311]
| * Don't assume that std::vector<int>::const_iterator has a nested ↵Steven Watanabe2009-02-141-0/+0
| | | | | | | | | | | | difference_type. Use iterator_traits. [SVN r51253]
| * Correct stringizingSteven Watanabe2009-02-121-0/+0
| | | | | | | | [SVN r51210]
| * Split random_test.cpp into multiple files to avoid hitting resource limits.Steven Watanabe2009-02-101-0/+0
| | | | | | | | [SVN r51171]
| * correctly detect the end of the range in lagged_fibonacci_01::seed. Fixes #2703Steven Watanabe2009-02-081-0/+0
| | | | | | | | [SVN r51120]
| * Make validation a static member function. Fixes #2673Steven Watanabe2009-02-031-0/+0
| | | | | | | | [SVN r50997]
| * Applied patch from bug #1546Marshall Clow2008-12-181-0/+0
| | | | | | | | [SVN r50312]
| * Updating dependency information for modularized libraries.Michael A. Jackson2008-11-071-0/+0
| | | | | | | | [SVN r49628]
| * Updating CMake files to latest trunk. Added dependency information for ↵Michael A. Jackson2008-11-071-0/+0
| | | | | | | | | | | | regression tests and a few new macros for internal use. [SVN r49627]
| * Continuing merge of CMake build system files into trunk with the ↵Michael A. Jackson2008-11-011-0/+0
| | | | | | | | | | | | encouragement of Doug Gregor [SVN r49510]