summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorJens Maurer <jens.maurer@gmx.net>2005-07-21 22:02:22 +0000
committerJens Maurer <jens.maurer@gmx.net>2005-07-21 22:02:22 +0000
commit05a593442f5173d3b8bc1d4e9b77ebdf5f9050f0 (patch)
tree8b8fc965969b3d53dd860448aafe53edfbbcc8c6 /index.htm
parentb29c5363d58c5ae6ab6ebc2c0cc2a71ca425c43b (diff)
downloadboost-05a593442f5173d3b8bc1d4e9b77ebdf5f9050f0.tar.gz
boost.random: improved initialization for mersenne_twister, test vectors
invalidated [SVN r30207]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm10
1 files changed, 10 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 274867a612..7804454157 100644
--- a/index.htm
+++ b/index.htm
@@ -470,6 +470,16 @@
properties</code></a> class, which provides
dynamically-typed access to a set of property maps.</li>
+ <li><span class="library"><a href="libs/random/index.html">
+ Random Numbers</a>:</span> improved initialization for
+ <code>mersenne_twister</code>, algorithm by Makoto
+ Matsumoto and Takuji Nishimura, implemented for Boost by
+ Jens Maurer.<br>
+ <em>Note:</em> All test vectors for
+ <code>mersenne_twister</code>s constructed or seeded
+ without parameters or with a single
+ <code>unsigned int</code> parameter become invalid.</li>
+
<li><span class="library"><a href=
"libs/range/index.html">Range Library</a>:</span> Minor
addition of convenience functions to <code>iterator