We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff3a2a commit 8e67963Copy full SHA for 8e67963
models/SAR.py
@@ -10,10 +10,10 @@
10
from math import sqrt
11
12
# we want initialisation to be identical across all processes
13
-randomSeed(1)
+#randomSeed(1)
14
15
# we want the array operations to have a different seed across processes
16
-array_urand.seed(10+myid())
+array_urand.seed(int(1024*random()))
17
18
19
nsp=int(sys.argv[1]) # initial number of species
0 commit comments