Bug description
The RNG in the Model is only used to initialize each Person with a key, index and counter, but afterwards it is entirely unused.
Current intended behaviour is that changes to Model RNG is relevant to simulation results.
Version
Any
To reproduce
- Create ABM, add persons, locations, ...
- Change seeds of Model.get_rng()
- Simulate
- Observe no changes (compared to old seed)
Relevant log output
Add any relevant information, e.g. used compiler, screenshots.
Checklist
Bug description
The RNG in the Model is only used to initialize each Person with a key, index and counter, but afterwards it is entirely unused.
Current intended behaviour is that changes to Model RNG is relevant to simulation results.
Version
Any
To reproduce
Relevant log output
Add any relevant information, e.g. used compiler, screenshots.
Checklist