
15 Aug
2006
15 Aug
'06
10:53 a.m.
On 8/14/06, Jens Maurer <Jens.Maurer@gmx.net> wrote:
(3) uniform_int<long long>(low, high) produces a distribution with the wrong mean. E.g.,
"long long" is not (yet) C++, thus I don't consider fixing this high priority.
Every modern C++ compiler supports long long (or better yet, int_least64_t), and long long is non-controversial and has been voted into the WP for the next standard. So people use long long and expect to get reasonable results. Thus I'd be inclined to treat any long long bug just as seriously as a plain long bug. --Beman