From: Arnaud Giersch Date: Sat, 19 Oct 2019 19:42:50 +0000 (+0200) Subject: Remove remaining mentions of RngStream. X-Git-Tag: v3.25~513 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a92d60c4f0a9156042fff361f30770e4298fca33 Remove remaining mentions of RngStream. --- diff --git a/.codacy.yml b/.codacy.yml index ac70b5fbd9..62907c5874 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -12,10 +12,8 @@ exclude_paths: - 'docs/**.py' - 'tools/**.py' - 'examples/smpi/NAS/*' - - 'include/xbt/RngStream.h' - 'src/include/catch.hpp' - 'src/smpi/colls/**/*' - - 'src/xbt/RngStream.c' - 'src/xbt/automaton/parserPromela.tab.*' - 'teshsuite/smpi/isp/**' - 'teshsuite/smpi/mpich3-test/**' diff --git a/docs/source/app_msg.rst b/docs/source/app_msg.rst index 59dd0abcf8..23f2fea9d9 100644 --- a/docs/source/app_msg.rst +++ b/docs/source/app_msg.rst @@ -388,7 +388,6 @@ Package org.simgrid.msg Class org.simgrid.msg.Process Class org.simgrid.msg.ProcessKilledError Class org.simgrid.msg.ProcessNotFoundException - Class org.simgrid.msg.RngStream Class org.simgrid.msg.Semaphore Class org.simgrid.msg.Storage Class org.simgrid.msg.StorageNotFoundException diff --git a/examples/deprecated/msg/dht-kademlia/dht-kademlia.c b/examples/deprecated/msg/dht-kademlia/dht-kademlia.c index 790bde71cb..3ffb2893c0 100644 --- a/examples/deprecated/msg/dht-kademlia/dht-kademlia.c +++ b/examples/deprecated/msg/dht-kademlia/dht-kademlia.c @@ -274,7 +274,7 @@ unsigned int find_node(node_t node, unsigned int id_to_find, unsigned int count_ void random_lookup(node_t node) { unsigned int id_to_look = RANDOM_LOOKUP_NODE; //Totally random. - /* TODO: Use some pseudorandom generator like RngStream. */ + /* TODO: Use some pseudorandom generator. */ XBT_DEBUG("I'm doing a random lookup"); find_node(node, id_to_look, 1); } diff --git a/examples/s4u/dht-kademlia/node.cpp b/examples/s4u/dht-kademlia/node.cpp index 2f7a7567d3..617f382b9c 100644 --- a/examples/s4u/dht-kademlia/node.cpp +++ b/examples/s4u/dht-kademlia/node.cpp @@ -262,7 +262,7 @@ bool Node::findNode(unsigned int id_to_find, bool count_in_stats) void Node::randomLookup() { unsigned int id_to_look = RANDOM_LOOKUP_NODE; // Totally random. - /* TODO: Use some pseudo-random generator like RngStream. */ + /* TODO: Use some pseudo-random generator. */ XBT_DEBUG("I'm doing a random lookup"); findNode(id_to_look, true); } diff --git a/tools/internal/spell_dict.txt b/tools/internal/spell_dict.txt index 48cc959b4f..bbab9e30a0 100644 --- a/tools/internal/spell_dict.txt +++ b/tools/internal/spell_dict.txt @@ -76,7 +76,6 @@ pstate pthread pthreads realloc -RngStream SD simcall simcalls