This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] libstdc++/48114


Hi,

a couple of issues with the C++0x <random>, very easy to fix but very serious from the user point of view: due to a stupid thinko of mine we have been computing the binomial distribution incorrectly for p > 0.5 + we had the TR1 != C++0x definition for the geometric_distribution.

Both fixes applied to mainline and 4_6-branch, only the first one to 4_5-branch.

Paolo.

///////////////

Attachment: CL_48114
Description: Text document

Attachment: patch_48114
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]