This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Add Rice distribution to libstdc++
- From: Ed Smith-Rowland <3dw4rd at verizon dot net>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, Marc Glisse <marc dot glisse at inria dot fr>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 16 Sep 2012 19:53:15 -0400
- Subject: Re: Add Rice distribution to libstdc++
- References: <50560EE2.2070601@verizon.net> <alpine.DEB.2.02.1209162156060.3781@laptop-mg.saclay.inria.fr> <5056420A.9070700@oracle.com> <505652C7.9000403@oracle.com>
On 09/16/2012 06:29 PM, Paolo Carlini wrote:
On 09/16/2012 11:18 PM, Paolo Carlini wrote:
On 09/16/2012 10:02 PM, Marc Glisse wrote:
On Sun, 16 Sep 2012, Ed Smith-Rowland wrote:
This adds the Rice distribution to the C++11 <random> facility and
a Gnu extension.
Hello,
libstdc++ not in copy?
The change to beta_distribution is not mentioned in the ChangeLog.
You don't appear to have a test like those added for PR 54376, and
like Ulrich I find the operator== suspicious.
Indeed, please fix that, I thought it was clear by now: no inline
template friends.
I went ahead and fixed both the issues.
Thanks,
Paolo.
/////////////////
Thanks,
I'll make sure my other distributions do not have these defects.
Ed