Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The dht-chord example now uses the new module
[simgrid.git] / examples / s4u / dht-chord / s4u-dht-chord.cpp
index b8d20a7..372c509 100644 (file)
@@ -11,8 +11,6 @@ int nb_bits  = 24;
 int nb_keys  = 0;
 int timeout  = 50;
 
-std::mt19937 generator;
-
 int main(int argc, char* argv[])
 {
   simgrid::s4u::Engine e(&argc, argv);