summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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