Commit Graph

  • a2a9c85213 added necessary const_mod<unsigned long, 0> overload Jens Maurer 2001-01-21 19:14:18 +0000
  • f0e46675ff change calls to iterator_init() to this->iterator_init(), because the member function is in a dependent base class Jens Maurer 2001-01-20 00:11:11 +0000
  • 15957a6182 added note for mersenne_twister direct-init vs. copy-init semantic difference Jens Maurer 2001-01-15 21:15:03 +0000
  • 6c52dd52bf copy-initialization instead of direct-initialization in tests Jens Maurer 2001-01-14 18:27:32 +0000
  • f805a63fdd avoid ambiguities with newly introduced std::fabs Jens Maurer 2001-01-12 21:54:38 +0000
  • 4d909b47d8 changed std::abs to std::fabs due to continued trouble Jens Maurer 2001-01-12 21:21:27 +0000
  • f833276011 adjust portability fix, avoid time-consuming but useless test Jens Maurer 2001-01-06 11:19:44 +0000
  • de97d52275 added Andreas Scherer Jens Maurer 2000-12-05 21:30:36 +0000
  • f04227787e fail loudly for non-Linux systems Jens Maurer 2000-12-04 22:40:25 +0000
  • cab0617fab use explicit cast to uint64_t instead of ull suffix Jens Maurer 2000-11-23 22:39:19 +0000
  • 3d2ba222e9 fixed compilation Jens Maurer 2000-11-23 22:17:42 +0000
  • aabcdacd43 MSVC fix (contributed by Andreas Scherer) Jens Maurer 2000-11-22 21:21:25 +0000
  • 75a8910b3e avoid ambiguity in std::sqrt() with an int argument Jens Maurer 2000-11-12 20:57:28 +0000
  • 634dd4d18c always use boost:: prefix for intXX_t to avoid ambiguity Jens Maurer 2000-11-12 18:39:20 +0000
  • 7b17162c68 libraries.htm and people.htm moved to sub-directories to make root directory cleaner. Beman Dawes 2000-11-10 15:39:05 +0000
  • fb876dd3ba Need to use (void) &x to avoid "unused variable" warnings with Comeau C++. Jens Maurer 2000-10-14 07:32:15 +0000
  • 9563a3135c Broken compiler workaround for abs not it namespace std Beman Dawes 2000-10-14 00:38:36 +0000
  • 9bc317f976 use an explicit cast to int32_t for arguments to rand48 (avoids ambiguity for Metrowerks, which defines int32_t as long) Jens Maurer 2000-10-13 23:17:20 +0000
  • becc54f7e9 add "using std::sqrt" for unqualified use of sqrt Jens Maurer 2000-10-11 17:23:54 +0000
  • 237a4172f2 use HTML <sup> instead of ** for exponents multiplied relative speed indicators by 100 for ease-of-use added explicit recommendation of mt19937 for newbies rand48 description: say that it requires an integral uint64_t Jens Maurer 2000-10-01 17:11:03 +0000
  • 9c9de41bdf removed stale reference to random.zip Jens Maurer 2000-09-29 22:21:27 +0000
  • 0caeb7b039 used BOOST_NO_INTEGRAL_INT64_T to avoid boost::rand48 on some compilers Jens Maurer 2000-09-29 22:08:21 +0000
  • 7069532819 made sure no tabs Jeremy Siek 2000-09-26 08:05:34 +0000
  • 263f4d3bb8 avoid using the ULL suffix for 64bit int literals, because it is not portable Jens Maurer 2000-09-24 19:33:22 +0000
  • fb08b592f1 fix typos Jens Maurer 2000-09-24 19:32:17 +0000
  • 355707b4ab use BOOST_NO_INT64_T to check for availability of 64 bit integer support Jens Maurer 2000-09-23 16:33:57 +0000
  • d7ea824a5e use BOOST_NO_INT64_T to check availability of 64 bit integer support Jens Maurer 2000-09-23 16:31:15 +0000
  • 2b141e40f0 give more credit to Ed Brey Jens Maurer 2000-09-23 14:21:42 +0000
  • d63174b102 avoid two warnings with MSVC (thanks to Ed Brey) remove spurious decrementable<> use (thanks to Matthias Troyer) Jens Maurer 2000-09-23 14:18:14 +0000
  • 1e732e5f4a Typo fixes Moved basic class templates from namespace boost::detail to boost::random Jens Maurer 2000-07-28 21:08:29 +0000
  • 14dccab670 Initial HTML commit Beman Dawes 2000-07-27 14:27:00 +0000
  • d20ee06221 Moved basic class templates from namespace boost::detail to boost::random. Jens Maurer 2000-07-26 20:32:14 +0000
  • d3f2697312 This commit was generated by cvs2svn to compensate for changes in r4, which included commits to RCS files with non-trunk default branches. Beman Dawes 2000-07-07 16:04:40 +0000