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
Code should be refactored into a form that allows for changes without breaking seed stability. A thing that can be done is to have N rngs instead of one for a program. Each rng will randomize a certain "field". This way, changing the order in which we randomize. More thought needs to go into this. I'm nowhere near happy enough with the code to declare it as "seed stable"
The text was updated successfully, but these errors were encountered:
Code should be refactored into a form that allows for changes without breaking seed stability. A thing that can be done is to have N rngs instead of one for a program. Each rng will randomize a certain "field". This way, changing the order in which we randomize. More thought needs to go into this. I'm nowhere near happy enough with the code to declare it as "seed stable"
The text was updated successfully, but these errors were encountered: