Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid baking the RNG seed into the Wizer output (#216)
This simply switches from using `rand::thread_rng` to `rand::rngs::OsRng`, directing all RNG requests straight to the host. More efficient options are possible, but I'm keeping things simple for now. Fixes #215 Signed-off-by: Joel Dice <[email protected]>
- Loading branch information