Open Masterchef365 opened 1 year ago
We should expose a plugin_rng() function which returns a pre-seeded SeedableRng from the rand crate instead of providing the (likely buggy) Pcg object we have now.
plugin_rng()
rand
Pcg
We should expose a
plugin_rng()
function which returns a pre-seeded SeedableRng from therand
crate instead of providing the (likely buggy)Pcg
object we have now.