X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/037217ec2176ada8eb05cd8e5f5b63e7440c63a3..c408a68c414742fabbfb0187089d54b5c495c016:/src/xbt/random_test.cpp diff --git a/src/xbt/random_test.cpp b/src/xbt/random_test.cpp index f601ea9791..60c52a4531 100644 --- a/src/xbt/random_test.cpp +++ b/src/xbt/random_test.cpp @@ -27,8 +27,8 @@ TEST_CASE("xbt::random: Random Number Generation") std::mt19937 gen; gen.seed(12345); - simgrid::xbt::random::set_mersenne_seed(12345); simgrid::xbt::random::set_implem_std(); + simgrid::xbt::random::set_mersenne_seed(12345); std::exponential_distribution<> distA(25); std::uniform_int_distribution<> distB(1, 6);