multiprecision_int_test
../libs/random/test/multiprecision_int_test.cpp:210:19: warning: unused variable 'r' [-Wunused-variable]
../libs/random/test/multiprecision_int_test.cpp:225:19: warning: unused variable 'r' [-Wunused-variable]
test_comp_xoshiro128f
../libs/random/test/test_comp_xoshiro128f.cpp:72:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
../libs/random/test/test_comp_xoshiro128f.cpp:102:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
test_comp_xoshiro128mm
../libs/random/test/test_comp_xoshiro128mm.cpp:84:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
../libs/random/test/test_comp_xoshiro128mm.cpp:114:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
test_comp_xoshiro128pp
../libs/random/test/test_comp_xoshiro128pp.cpp:81:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
../libs/random/test/test_comp_xoshiro128pp.cpp:111:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
test_const_mod
../boost/random/detail/const_mod.hpp:152:71: warning: unsigned conversion from 'int' to 'boost::random::const_mod<unsigned char, 0>::unsigned_type' {aka 'unsigned char'} changes value from '256' to '0' [-Woverflow]
test_old_uniform_int_distribution
../libs/random/test/test_old_uniform_int_distribution.cpp:71:24: warning: 'void std::random_shuffle(_RAIter, _RAIter, _Generator&&) [with _RAIter = __gnu_cxx::__normal_iterator<int*, vector<int> >; _Generator = boost::random::random_number_generator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253> >&]' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations]
../libs/random/test/test_old_uniform_int_distribution.cpp:72:24: warning: 'void std::random_shuffle(_RAIter, _RAIter, _Generator&&) [with _RAIter = __gnu_cxx::__normal_iterator<int*, vector<int> >; _Generator = boost::random::variate_generator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>&, boost::uniform_int<> >&]' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations]
test_random_number_generator
../libs/random/test/test_random_number_generator.cpp:33:24: warning: 'void std::random_shuffle(_RAIter, _RAIter, _Generator&&) [with _RAIter = __gnu_cxx::__normal_iterator<int*, vector<int> >; _Generator = boost::random::random_number_generator<boost::random::mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253> >&]' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations]