Commit b4150f93 authored by Georgios Dagkakis's avatar Georgios Dagkakis

NumPyRND deactivated

parent 90948150
...@@ -530,10 +530,10 @@ def main(argv=[], input_data=None): ...@@ -530,10 +530,10 @@ def main(argv=[], input_data=None):
if G.seed: if G.seed:
G.Rnd=Random('%s%s' % (G.seed, i)) G.Rnd=Random('%s%s' % (G.seed, i))
G.numpyRnd.random.seed(G.seed) # G.numpyRnd.random.seed(G.seed)
else: else:
G.Rnd=Random() G.Rnd=Random()
G.numpyRnd.random.seed() # G.numpyRnd.random.seed()
createWIP() createWIP()
initializeObjects() initializeObjects()
Globals.setWIP(G.EntityList) Globals.setWIP(G.EntityList)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment