casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Add RNG to `Env` #470

Open casey opened 4 years ago

casey commented 4 years ago

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.