Commit Graph

633 Commits

Author SHA1 Message Date
Jens Maurer
a2a9c85213 added necessary const_mod<unsigned long, 0> overload
[SVN r8682]
2001-01-21 19:14:18 +00:00
Jens Maurer
f0e46675ff change calls to iterator_init() to this->iterator_init(),
because the member function is in a dependent base class


[SVN r8652]
2001-01-20 00:11:11 +00:00
Jens Maurer
15957a6182 added note for mersenne_twister direct-init vs. copy-init semantic difference
[SVN r8607]
2001-01-15 21:15:03 +00:00
Jens Maurer
6c52dd52bf copy-initialization instead of direct-initialization in tests
[SVN r8590]
2001-01-14 18:27:32 +00:00
Jens Maurer
f805a63fdd avoid ambiguities with newly introduced std::fabs
[SVN r8565]
2001-01-12 21:54:38 +00:00
Jens Maurer
4d909b47d8 changed std::abs to std::fabs due to continued trouble
[SVN r8564]
2001-01-12 21:21:27 +00:00
Jens Maurer
f833276011 adjust portability fix, avoid time-consuming but useless test
[SVN r8512]
2001-01-06 11:19:44 +00:00
Jens Maurer
de97d52275 added Andreas Scherer
[SVN r8391]
2000-12-05 21:30:36 +00:00
Jens Maurer
f04227787e fail loudly for non-Linux systems
[SVN r8389]
2000-12-04 22:40:25 +00:00
Jens Maurer
cab0617fab use explicit cast to uint64_t instead of ull suffix
[SVN r8310]
2000-11-23 22:39:19 +00:00
Jens Maurer
3d2ba222e9 fixed compilation
[SVN r8309]
2000-11-23 22:17:42 +00:00
Jens Maurer
aabcdacd43 MSVC fix (contributed by Andreas Scherer)
[SVN r8306]
2000-11-22 21:21:25 +00:00
Jens Maurer
75a8910b3e avoid ambiguity in std::sqrt() with an int argument
[SVN r8182]
2000-11-12 20:57:28 +00:00
Jens Maurer
634dd4d18c always use boost:: prefix for intXX_t to avoid ambiguity
[SVN r8177]
2000-11-12 18:39:20 +00:00
Beman Dawes
7b17162c68 libraries.htm and people.htm moved to sub-directories to make root directory cleaner.
[SVN r8166]
2000-11-10 15:39:05 +00:00
Jens Maurer
fb876dd3ba Need to use (void) &x to avoid "unused variable" warnings with Comeau C++.
[SVN r7937]
2000-10-14 07:32:15 +00:00
Beman Dawes
9563a3135c Broken compiler workaround for abs not it namespace std
[SVN r7936]
2000-10-14 00:38:36 +00:00
Jens Maurer
9bc317f976 use an explicit cast to int32_t for arguments to rand48
(avoids ambiguity for Metrowerks, which defines int32_t as long)


[SVN r7935]
2000-10-13 23:17:20 +00:00
Jens Maurer
becc54f7e9 add "using std::sqrt" for unqualified use of sqrt
[SVN r7926]
2000-10-11 17:23:54 +00:00
Jens Maurer
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


[SVN r7886]
2000-10-01 17:11:03 +00:00
Jens Maurer
9c9de41bdf removed stale reference to random.zip
[SVN r7876]
2000-09-29 22:21:27 +00:00
Jens Maurer
0caeb7b039 used BOOST_NO_INTEGRAL_INT64_T to avoid boost::rand48 on some compilers
[SVN r7875]
2000-09-29 22:08:21 +00:00
Jeremy Siek
7069532819 made sure no tabs
[SVN r7843]
2000-09-26 08:05:34 +00:00
Jens Maurer
263f4d3bb8 avoid using the ULL suffix for 64bit int literals, because it is not portable
[SVN r7794]
2000-09-24 19:33:22 +00:00
Jens Maurer
fb08b592f1 fix typos
[SVN r7793]
2000-09-24 19:32:17 +00:00
Jens Maurer
355707b4ab use BOOST_NO_INT64_T to check for availability of 64 bit integer support
[SVN r7782]
2000-09-23 16:33:57 +00:00
Jens Maurer
d7ea824a5e use BOOST_NO_INT64_T to check availability of 64 bit integer support
[SVN r7781]
2000-09-23 16:31:15 +00:00
Jens Maurer
2b141e40f0 give more credit to Ed Brey
[SVN r7778]
2000-09-23 14:21:42 +00:00
Jens Maurer
d63174b102 avoid two warnings with MSVC (thanks to Ed Brey)
remove spurious decrementable<> use (thanks to Matthias Troyer)


[SVN r7777]
2000-09-23 14:18:14 +00:00
Jens Maurer
1e732e5f4a Typo fixes
Moved basic class templates from namespace boost::detail to boost::random


[SVN r7658]
2000-07-28 21:08:29 +00:00
Beman Dawes
14dccab670 Initial HTML commit
[SVN r7640]
2000-07-27 14:27:00 +00:00
Jens Maurer
d20ee06221 Moved basic class templates from namespace boost::detail to boost::random.
[SVN r7632]
2000-07-26 20:32:14 +00:00
Beman Dawes
d3f2697312 This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


[SVN r7621]
2000-07-07 16:04:40 +00:00