[Bug libstdc++/40263] random unform real distro: tr1 vs c++0x

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-06-24 10:00 --- *** Bug 44653 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/40263] random unform real distro: tr1 vs c++0x

2009-06-03 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-06-03 16:49 --- *** Bug 40331 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/40263] random unform real distro: tr1 vs c++0x

2009-05-27 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-05-27 20:15 --- TR1 uniform_real is not normalized, thus the surprising results. So, I used variate_generator. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libstdc++/40263] random unform real distro: tr1 vs c++0x

2009-05-26 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-05-26 21:47 --- I suspect that your usage of the tr1 version doesn't conform to 5.1.1/9, because the tr1 version of uniform_real is really trivial, there isn't much to fix (see also the comment just before the implementation i