[Bug libstdc++/43660] range of random-number generator seems wrong/confusing
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 9 12:41:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43660
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #2)
> (In reply to comment #0)
> > [Note that the same issue exists with other ways of invoking using the
> > generator (e.g., a std::uniform_real_distribution<float> with bounds of
> > 0 and 1 will indeed return 1); but it's less clear its a bug in those
> > cases (although, for instance, boost's random implementation never
> > seems to return the upper bound).]
>
> Again, referring to the latest draft:
> "A uniform_real_distribution random number distribution produces random
> numbers x, a <= x < b"
>
> So that does appear to be a bug
PR 64351 deals with that case.
More information about the Gcc-bugs
mailing list