Commit Graph

633 Commits

Author SHA1 Message Date
Jens Maurer
e4edae0e91 move range comparison into constructor
[SVN r11915]
2001-12-04 21:09:46 +00:00
Jens Maurer
7ecc5ad4d1 remove incorrect comment
[SVN r11857]
2001-12-02 19:33:41 +00:00
Douglas Gregor
d9b321b2e0 graph/isomorphism.hpp:
- Added some missing "typename"s

random/uniform_int.hpp:
  - Don't include <limits> directly


[SVN r11802]
2001-11-29 04:03:52 +00:00
Jens Maurer
71a140ae3c fix overflow bug and ensuing endless loop
[SVN r11797]
2001-11-28 21:44:26 +00:00
Jens Maurer
04b22afc90 add test for situation in which an endless loop could occur
[SVN r11796]
2001-11-28 21:42:05 +00:00
Jens Maurer
c58a89b199 fix broken logic in previous patch
[SVN r11776]
2001-11-23 20:50:29 +00:00
Jens Maurer
6ce735c701 do not use iterator_adaptor with Sun CC <= 5.3
[SVN r11766]
2001-11-21 22:59:03 +00:00
Jens Maurer
f5f555f811 use generator_iterator with random number generators
[SVN r11741]
2001-11-19 22:19:15 +00:00
Jens Maurer
44f6a441f7 change tabs to spaces
[SVN r11738]
2001-11-19 22:13:04 +00:00
Jens Maurer
a3ae06f1f9 remove description of generator_iterator; now in iterator adaptors
library


[SVN r11737]
2001-11-19 22:12:30 +00:00
Jens Maurer
8652cc5944 expand comment
[SVN r11718]
2001-11-16 19:12:58 +00:00
Jens Maurer
6afb16196c adjust to removed iterator interface
[SVN r11701]
2001-11-14 22:08:08 +00:00
Jens Maurer
e1534763f7 typo: remove default arguments from lognormal constructor
[SVN r11700]
2001-11-14 22:03:46 +00:00
Jens Maurer
ec11b8481d adjust to removed iterator interface
[SVN r11699]
2001-11-14 22:00:05 +00:00
Jens Maurer
22c10fea14 removed iterator interface
[SVN r11697]
2001-11-14 21:58:12 +00:00
Jens Maurer
5413178f77 removed iterator interface, as decided in Redmond
[SVN r11696]
2001-11-14 21:53:38 +00:00
Jens Maurer
13ecd81e9e fix documentation of lognormal_distribution
[SVN r11667]
2001-11-12 19:36:30 +00:00
Jens Maurer
0ba6674fd8 Make sure arguments to constructor and seed() are unsigned so that
overloading with mt19937 works (fixes SF bug #479410)


[SVN r11636]
2001-11-08 21:57:22 +00:00
Jens Maurer
4319f89ed2 try to work around SunPro overload problems
[SVN r11425]
2001-10-23 15:38:53 +00:00
Jens Maurer
b5a0a3036b fix typo
[SVN r11424]
2001-10-23 15:36:17 +00:00
Jens Maurer
dce521ff4a gcc 3.0.x *does* honor using declarations in function templates.
[SVN r11289]
2001-09-26 21:45:25 +00:00
Jens Maurer
82c6f8a0b1 remove superfluous semicolon
[SVN r11064]
2001-09-07 18:40:19 +00:00
Jens Maurer
71c404bb26 avoid "static" on templates (Gennadiy E. Rozental)
prepend boost:: to references to uint64_t


[SVN r11063]
2001-09-07 18:34:06 +00:00
Jens Maurer
18b719da13 avoid "copy is equal to original" test, it may not work
[SVN r11003]
2001-09-03 18:23:41 +00:00
Jens Maurer
d3723a50be properly copy state of iterator mixin, do not re-init the state on copy
[SVN r11002]
2001-09-03 18:21:32 +00:00
Jens Maurer
5fa3dcc171 add acknowledgement for Michael Stevens
[SVN r10987]
2001-09-01 08:30:12 +00:00
Jens Maurer
21df00cfd9 add more explanations and caveats to the introduction sections
[SVN r10984]
2001-08-31 21:28:18 +00:00
Jens Maurer
fb987e5f96 minor cosmetics
[SVN r10983]
2001-08-31 21:27:47 +00:00
Jens Maurer
788ab5128a when copying a normal_distribution, need to throw away the cache to avoid
correlation (Michael Stevens)


[SVN r10973]
2001-08-30 21:50:48 +00:00
Jens Maurer
418b4744f6 also accept sigma == 0 as a degenerate (test) case (Michael Stevens)
[SVN r10472]
2001-06-28 18:40:22 +00:00
Jens Maurer
2954829b7c free -> fee
[SVN r10253]
2001-06-01 17:14:54 +00:00
Jens Maurer
bbe0124885 *** empty log message ***
[SVN r10252]
2001-06-01 17:11:49 +00:00
Jens Maurer
8ea93f1eca free -> fee
[SVN r10248]
2001-05-31 17:22:20 +00:00
Jens Maurer
68739e1521 remove bogus MSVC blaim
[SVN r10110]
2001-05-14 17:58:17 +00:00
Jens Maurer
c1c042c5c0 mersenne_twister: add note regarding seed() overloads
[SVN r10079]
2001-05-09 17:39:26 +00:00
Jens Maurer
28f581cebd use explicit typecast for mersenne_twister seeding
[SVN r10052]
2001-05-07 21:24:23 +00:00
Jens Maurer
6dbbbcd937 allow for non-const numeric_limits<> members
[SVN r10027]
2001-05-05 20:35:27 +00:00
Jens Maurer
a9b80798ab adapt to Boost.Test library
[SVN r10023]
2001-05-05 20:18:38 +00:00
Jens Maurer
16dd677905 pretend a verification value is available
[SVN r10022]
2001-05-05 20:15:35 +00:00
Jens Maurer
1b2042f9c3 fix recursive "seed()" call
[SVN r10021]
2001-05-05 20:14:02 +00:00
Jens Maurer
8f41984f89 add workaround for HP aCC
[SVN r10020]
2001-05-05 20:12:57 +00:00
Jens Maurer
d6159768fc replace "enum" with BOOST_STATIC_CONSTANT
[SVN r9999]
2001-05-01 06:54:55 +00:00
Beman Dawes
0eff9f19d6 Fix broken hyperlinks
[SVN r9980]
2001-04-25 13:22:53 +00:00
Jens Maurer
2f8f5ae1d9 split random number library into several header files
[SVN r9791]
2001-04-16 12:50:08 +00:00
Jens Maurer
add52a0921 split giant random.hpp header into smaller pieces in subdirectory boost/random/
[SVN r9779]
2001-04-14 13:28:42 +00:00
John Maddock
7b786dbcf2 Added boost-wide <limits> woraround
[SVN r9688]
2001-04-01 11:59:18 +00:00
Beman Dawes
449fc829bf Correct spelling in Jens' licenses
[SVN r9372]
2001-03-01 18:54:36 +00:00
Jens Maurer
f75e5abe0f avoid misinterpretation of an initialization as a declaration
[SVN r8875]
2001-02-02 21:26:06 +00:00
Jens Maurer
9e57aebc04 avoid "variable hiding" warning on Sun
[SVN r8874]
2001-02-02 21:24:15 +00:00
Jens Maurer
b9accdd5e7 add example for generator_iterator
[SVN r8816]
2001-01-30 22:16:31 +00:00