[Bug libstdc++/67011] division by zero in std::exponential_distribution

2018-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/67011] division by zero in std::exponential_distribution

2015-07-27 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011 Matthias Kretz changed: What|Removed |Added CC||kretz at kde dot org --- Comment #3 fro

[Bug libstdc++/67011] division by zero in std::exponential_distribution

2015-07-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011 --- Comment #2 from Jonathan Wakely --- Although if you're still seeing a problem with std::exponential_distribution then I guess it's not the same bug. (Please ignore tr1/random.h unless you're actually using std::tr1::exponential_distribution

[Bug libstdc++/67011] division by zero in std::exponential_distribution

2015-07-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011 --- Comment #1 from Jonathan Wakely --- One is for std::exponential_distribution and one is for std::tr1:exponential_distribution. The former is already fixed and the latter is moribund and we don't really care about it any more.