diff options
Diffstat (limited to 'tabulator-mpi/worker.cpp')
-rw-r--r-- | tabulator-mpi/worker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tabulator-mpi/worker.cpp b/tabulator-mpi/worker.cpp index ea1b17a..55121aa 100644 --- a/tabulator-mpi/worker.cpp +++ b/tabulator-mpi/worker.cpp @@ -30,6 +30,7 @@ static void do_round(const lib94::warrior *w1, const lib94::warrior *w2, int &w1 } void worker_main(const lib94::warrior *const *warriors) { + lib94::seed_prng(time(0)); int buffer[4] = {-1}; while (1) { |