在 2018/4/29 19:24, sotrdg sotrdg 写道: > Same as mcf-mingw > > https://github.com/euloanty/mingw-std-random_device/blob/master > >
This is not the correct place for submitting a bug report/feature request/whatsoever for libstdc++. GCC's configure checks only define the macro `_GLIBCXX_USE_RANDOM_TR1` if `/dev/random` and `/dev/urandom` are available (see comments in 'c++config.h'), otherwise a fallback using MT19937 is used. If you have a better implementation, send it to <[email protected]>. -- Best regards, LH_Mouse ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
