From 0bfd6d5d7ef74d390fe416cb8d421abf62d1bb8c Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 4 Dec 2001 21:08:13 +0000 Subject: [PATCH] add change note for uniform_int<> from random number library [SVN r11914] --- index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.htm b/index.htm index a262c203c4..132adf56ae 100644 --- a/index.htm +++ b/index.htm @@ -101,7 +101,7 @@ and added new compile-time Added generator iterator adaptor, from Jens Maurer.
  • Random Number Library: - Removed iterator interface.
  • + Removed iterator interface. Fixed overflows in uniform_int<>; random number sequences may change.
  • operators.hpp: Improvements from Daryle and Helmut Ziesel
  • Boost.Build: Continuing improvements, including pre-built Boost.Jam executables.
  • Minor fixes to a number of other libraries.