Skip to content
Snippets Groups Projects
Commit 18f31e95 authored by xo30xoqa's avatar xo30xoqa
Browse files

Made sure that the model RNG is used throughout

Using the GLOBAL_RNG introduces global state, which must be avoided
to preserve reproducibility. Therefore, all Persephone code must use
`model.rng` whenever calling `rand()`/`shuffle!()`/etc.
parent e3245182
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment