Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove remaining mentions of RngStream.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 19 Oct 2019 19:42:50 +0000 (21:42 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 20 Oct 2019 07:58:26 +0000 (09:58 +0200)
.codacy.yml
docs/source/app_msg.rst
examples/deprecated/msg/dht-kademlia/dht-kademlia.c
examples/s4u/dht-kademlia/node.cpp
tools/internal/spell_dict.txt

index ac70b5f..62907c5 100644 (file)
@@ -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/**'
index 59dd0ab..23f2fea 100644 (file)
@@ -388,7 +388,6 @@ Package org.simgrid.msg
    Class org.simgrid.msg.Process <java/org/simgrid/msg/Process>
    Class org.simgrid.msg.ProcessKilledError <java/org/simgrid/msg/ProcessKilledError>
    Class org.simgrid.msg.ProcessNotFoundException <java/org/simgrid/msg/ProcessNotFoundException>
-   Class org.simgrid.msg.RngStream <java/org/simgrid/msg/RngStream>
    Class org.simgrid.msg.Semaphore <java/org/simgrid/msg/Semaphore>
    Class org.simgrid.msg.Storage <java/org/simgrid/msg/Storage>
    Class org.simgrid.msg.StorageNotFoundException <java/org/simgrid/msg/StorageNotFoundException>
index 790bde7..3ffb289 100644 (file)
@@ -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);
 }
index 2f7a756..617f382 100644 (file)
@@ -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);
 }
index 48cc959..bbab9e3 100644 (file)
@@ -76,7 +76,6 @@ pstate
 pthread
 pthreads
 realloc
-RngStream
 SD
 simcall
 simcalls