http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57110
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-29 10:44:18 UTC --- Obviously, whatever the size of the type on the various targets, it has nothing to do with <random> per se (or even v3, because <cstdint> just wraps <stdint.h>), because, per the Standard, mt19937 *must* use uint_fast32_t (26.5.5, there are *many* uses of the _fast_ variants)