You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All simulations with existing roots give same results in Py2 and Py3.
This is not the case with root generation with a given seed. It seems that it comes from the module "random". For instance, with the same seed, random.expovariate() or random.randint() do not give the same result. I tried to add the argument "version" in random.seed() without any change.
WIP
The text was updated successfully, but these errors were encountered:
All simulations with existing roots give same results in Py2 and Py3.
This is not the case with root generation with a given seed. It seems that it comes from the module "random". For instance, with the same seed, random.expovariate() or random.randint() do not give the same result. I tried to add the argument "version" in random.seed() without any change.
WIP
The text was updated successfully, but these errors were encountered: