summaryrefslogtreecommitdiff
path: root/libs/random
Commit message (Collapse)AuthorAgeFilesLines
* 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]
| * Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.John Maddock2008-10-101-0/+0
| | | | | | | | | | | | | | | | | | Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. Fixes #2392. [SVN r49254]
| * Fixed typoMarshall Clow2008-08-181-0/+0
| | | | | | | | [SVN r48204]
| * Replace random's make_unsigned with the type_traits version. Fixes #2026Steven Watanabe2008-06-211-0/+0
| | | | | | | | [SVN r46580]
| * Updated bounds on uniform_real and uniform_smallint to allow min == maxMarshall Clow2008-04-291-0/+0
| | | | | | | | [SVN r44897]
| * Point links to the pages that used to be in 'more' to the site.Daniel James2008-02-101-0/+0
| | | | | | | | [SVN r43210]
| * Link to people pages on the website, as they've been removed from the download.Daniel James2008-02-101-0/+0
| | | | | | | | [SVN r43209]
| * Fixes #1539K. Noel Belcourt2008-01-261-0/+0
| | | | | | | | | | | | | | | | Fixed typo in the random documentation. [SVN r42988]
| * Patches to fixe #1423 and #1473Marshall Clow2007-12-181-0/+0
| | | | | | | | [SVN r42141]
| * Fix typo. Closes #1150.Vladimir Prus2007-08-101-0/+0
| | | | | | | | [SVN r38576]
| * Remove V1 JamfilesVladimir Prus2007-08-081-0/+0
| | | | | | | | [SVN r38516]
| * we're actually using the Box-Muller method (with trigonometric functions)Jens Maurer2007-05-171-0/+0
| | | | | | | | [SVN r37704]
| * sourceforge bug #1464566: adjust documentation for uniform_01 to realityJens Maurer2007-04-261-0/+0
| | | | | | | | [SVN r37510]
| * sourceforge bug #1707940: mention that UniformRandomNumberGenerator betterJens Maurer2007-04-261-0/+0
| | | | | | | | | | | | | | return values in the range [0,1) where it matters. [SVN r37509]
| * local variables should not shadow class membersJens Maurer2007-02-211-0/+0
| | | | | | | | [SVN r37032]
| * sf.net bug #1665485: local variables should not shadow class membersJens Maurer2007-02-211-0/+0
| | | | | | | | [SVN r37031]
| * sf.net bug #1665444: local variables should not shadow class membersJens Maurer2007-02-211-0/+0
| | | | | | | | [SVN r37030]
| * Fixed license & copyright issues and converted to HTML 4.01Andreas Huber2006-12-051-0/+0
| | | | | | | | [SVN r36278]
| * rounding errors must not cause values outside of [0,1) (noted by Charles Karney)Jens Maurer2006-08-111-0/+0
| | | | | | | | [SVN r34877]
| * address uniform_int<> signed/unsigned/overflow issues (noted by Charles Karney)Jens Maurer2006-08-111-0/+0
| | | | | | | | [SVN r34876]
| * fix const-correctness bug (noticed by Roman Yakovenko)Jens Maurer2006-08-111-0/+0
| | | | | | | | [SVN r34875]
| * fix sourceforge bug #1524016: bad seed() implementationJens Maurer2006-07-191-0/+0
| | | | | | | | [SVN r34600]
| * Fixed missing include according to bug # 1504417Matthias Troyer2006-06-301-0/+0
| | | | | | | | [SVN r34430]
| * fix bug 1505014: avoid signed overflow in modular additionJens Maurer2006-06-291-0/+0
| | | | | | | | [SVN r34428]
* | test tuneups for cmakeland'Troy D. Straszheim2009-05-211-0/+0
| | | | | | | | [SVN r53165]
* | Fixed almost all tab and min/max issues found by inspect toolJeremiah Willcock2009-05-201-0/+0
| | | | | | | | [SVN r53142]