Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to ensure test reproducibility.
[simgrid.git] / examples / s4u / dht-chord / s4u-dht-chord.cpp
index 33acd5f1b87486716d1473553bafeae639edc2df..b8d20a71df66f90d99e5f39b2f213626b6b52ee2 100644 (file)
@@ -11,7 +11,7 @@ int nb_bits  = 24;
 int nb_keys  = 0;
 int timeout  = 50;
 
-std::default_random_engine generator;
+std::mt19937 generator;
 
 int main(int argc, char* argv[])
 {