Open casey opened 4 years ago
Add a rng object to Env, initialized deterministically (probably with 0) for testing, and with a secret from the OS otherwise.
rng
Env
0
This can be used to make RNG calls deterministic during testing, which seems valuable.
Add a
rng
object toEnv
, initialized deterministically (probably with0
) for testing, and with a secret from the OS otherwise.This can be used to make RNG calls deterministic during testing, which seems valuable.