casey/intermodal

Add RNG to `Env`

casey opened this issue · 0 comments

casey commented

Add a rng object to Env, initialized deterministically (probably with 0) for testing, and with a secret from the OS otherwise.

This can be used to make RNG calls deterministic during testing, which seems valuable.