Boost release 1.40.0 is available from SourceForge: http://sourceforge.net/projects/boost/files/ As always, the .7z and .zip files have Windows line endings, while the .bz2 and .gz files have POSIX line endings. Please download a file that has line endings appropriate for your platform. There are no new libraries in this release, but lots of libraries have been updated and had bugs fixed, including: * Accumulators * Asio * Circular Buffer * Filesystem * Foreach * Function * Fusion * Hash * Interprocess * Intrusive * MPL * Program Options * Proto * Python * Serialization * Unordered * Xpressive Enjoy! -- The Boost Release Managers
Hello,
I am wondering if 1.40.0 has solved the bugs reported and fixed for the
random numbers package.
The below message plus the discussions in the Archives don't give
the impression that the package is in a good shape, but maybe this
is now history, and it were only some central bugs that are fixed no.
Andreas Fabri
-------- Original Message --------
Subject: Re: [Boost-users] [random] Bias in boost::random generators?
Date: Sat, 30 May 2009 10:18:47 -0700
From: Steven Watanabe
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Peter Dimov wrote:
Tiago de Paula Peixoto:
In any case, uniform_int<> and uniform_smallint<> are quite broken, if they can't be uniform for such a small range.
They are (quite broken).
http://lists.boost.org/Archives/boost/2008/01/132347.php http://lists.boost.org/Archives/boost/2006/03/102027.php http://lists.boost.org/Archives/boost/2004/08/70611.php http://lists.boost.org/Archives/boost/2006/08/108839.php
Unfortunately, Jens Maurer has stopped maintaining Boost.Random, and random numbers are tricky enough so noone else with the sufficient expertise has taken over.
Well, I'll use tr1::random from now on, but I think there should be at least a big red warning in the documentation website about this, specially if no one will address these problems in the near future...
uniform_int is now fixed in the trunk. In Christ, Steven Watanabe _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
AMDG Andreas Fabri wrote:
I am wondering if 1.40.0 has solved the bugs reported and fixed for the random numbers package.
The below message plus the discussions in the Archives don't give the impression that the package is in a good shape, but maybe this is now history, and it were only some central bugs that are fixed no.
Most of the fixes that I've made are in 1.40. uniform_int ought to be completely correct now. The fixes that were not merged are just warning suppression and extra asserts. In Christ, Steven Watanabe
participants (3)
-
Andreas Fabri
-
Beman Dawes
-
Steven Watanabe