The way is it implemented, if you do this: ``` for i in range(1,10): model = ProtonOC() ``` you get ten times the same seed. It should get different seeds instead.
The way is it implemented, if you do this:
you get ten times the same seed. It should get different seeds instead.