summaryrefslogtreecommitdiff
path: root/libs/random
Commit message (Expand)AuthorAgeFilesLines
* Merge Random from the trunk.Steven Watanabe2012-05-051-0/+0
* Merge log2 constexpr fix for gcc.Daniel James2011-12-241-0/+0
* Merge random from the trunkSteven Watanabe2011-10-091-0/+0
* Random: Merge constexpr integer_log2_impl.Daniel James2011-07-211-0/+0
* Merge [72825] and [72826] from the trunk. Authorized by Beman.Steven Watanabe2011-07-071-0/+0
* Random: disable incorrect use of constexpr for now.Daniel James2011-07-021-0/+0
* Merge random from the trunk.Steven Watanabe2011-04-051-0/+0
* Merge Random from the trunkSteven Watanabe2010-05-311-0/+0
* Merge Random from the trunkSteven Watanabe2010-03-221-0/+0
* Merge Random from the trunk. Fixes #3719Steven Watanabe2010-01-021-0/+0
* rm cmake from the release branch before it goes out broken. Policy dictates ...Troy D. Straszheim2009-10-171-0/+0
* Merge random from the trunkSteven Watanabe2009-10-141-0/+0
* Add basic copyright/license to keep cmake out of the inspection reportTroy D. Straszheim2009-07-221-0/+0
* Merge [53462], [53699], and [53800] from the trunk.Steven Watanabe2009-06-131-0/+0
* Use local copy of the valid HTML 4.01 icon, and make sure all the pagesDaniel James2009-05-251-0/+0
|\
| * Use a local copy of the valid HTML 4.01 icon.Daniel James2009-05-161-0/+0
| * Add missing includes.Steven Watanabe2009-04-161-0/+0
| * Enable stream operators on msvc. Fixes #1068. Fixes #1691Steven Watanabe2009-02-231-0/+0
| * Initialize _modulus in the linear_congruential constructor that takes a pair ...Steven Watanabe2009-02-231-0/+0
| * Apply patch for FreeBSD. Fixes #2027Steven Watanabe2009-02-221-0/+0
| * Convert uniform_01 to the current distribution interface, dispatching on the ...Steven Watanabe2009-02-191-0/+0
| * Change shfit2 to shift2. Add missing namespace scope definitions of shift1 a...Steven Watanabe2009-02-181-0/+0
| * Don't assume that std::vector<int>::const_iterator has a nested difference_ty...Steven Watanabe2009-02-141-0/+0
| * Correct stringizingSteven Watanabe2009-02-121-0/+0
| * Split random_test.cpp into multiple files to avoid hitting resource limits.Steven Watanabe2009-02-101-0/+0
| * correctly detect the end of the range in lagged_fibonacci_01::seed. Fixes #2703Steven Watanabe2009-02-081-0/+0
| * Make validation a static member function. Fixes #2673Steven Watanabe2009-02-031-0/+0
| * Applied patch from bug #1546Marshall Clow2008-12-181-0/+0
| * Updating dependency information for modularized libraries.Michael A. Jackson2008-11-071-0/+0
| * Updating CMake files to latest trunk. Added dependency information for regres...Michael A. Jackson2008-11-071-0/+0
| * Continuing merge of CMake build system files into trunk with the encouragemen...Michael A. Jackson2008-11-011-0/+0
| * Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.John Maddock2008-10-101-0/+0
| * Fixed typoMarshall Clow2008-08-181-0/+0
| * Replace random's make_unsigned with the type_traits version. Fixes #2026Steven Watanabe2008-06-211-0/+0
| * Updated bounds on uniform_real and uniform_smallint to allow min == maxMarshall Clow2008-04-291-0/+0
| * Point links to the pages that used to be in 'more' to the site.Daniel James2008-02-101-0/+0
| * Link to people pages on the website, as they've been removed from the download.Daniel James2008-02-101-0/+0
| * Fixes #1539K. Noel Belcourt2008-01-261-0/+0
| * Patches to fixe #1423 and #1473Marshall Clow2007-12-181-0/+0
| * Fix typo. Closes #1150.Vladimir Prus2007-08-101-0/+0
| * Remove V1 JamfilesVladimir Prus2007-08-081-0/+0
| * we're actually using the Box-Muller method (with trigonometric functions)Jens Maurer2007-05-171-0/+0
| * sourceforge bug #1464566: adjust documentation for uniform_01 to realityJens Maurer2007-04-261-0/+0
| * sourceforge bug #1707940: mention that UniformRandomNumberGenerator betterJens Maurer2007-04-261-0/+0
| * local variables should not shadow class membersJens Maurer2007-02-211-0/+0
| * sf.net bug #1665485: local variables should not shadow class membersJens Maurer2007-02-211-0/+0
| * sf.net bug #1665444: local variables should not shadow class membersJens Maurer2007-02-211-0/+0
| * Fixed license & copyright issues and converted to HTML 4.01Andreas Huber2006-12-051-0/+0
| * rounding errors must not cause values outside of [0,1) (noted by Charles Karney)Jens Maurer2006-08-111-0/+0
| * address uniform_int<> signed/unsigned/overflow issues (noted by Charles Karney)Jens Maurer2006-08-111-0/+0