This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/48114] <random> binomial_distribution incorrect for p > .5
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Mar 2011 16:30:37 +0000
- Subject: [Bug libstdc++/48114] <random> binomial_distribution incorrect for p > .5
- Auto-submitted: auto-generated
- References: <bug-48114-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48114
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-03-14 16:30:34 UTC ---
Thanks, the second issue is ultimately due to the fact that we have been
implementing, at variance with the Standard, a slightly different definition,
see the formula before the class.