Commit b4150f93 authored by Georgios Dagkakis's avatar Georgios Dagkakis

NumPyRND deactivated

parent 90948150
......@@ -530,10 +530,10 @@ def main(argv=[], input_data=None):
if G.seed:
G.Rnd=Random('%s%s' % (G.seed, i))
G.numpyRnd.random.seed(G.seed)
# G.numpyRnd.random.seed(G.seed)
else:
G.Rnd=Random()
G.numpyRnd.random.seed()
# G.numpyRnd.random.seed()
createWIP()
initializeObjects()
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