Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit updates the default random context inserted into a `WasiCtxt` to be seeded from `thread_rng` rather than the system's entropy. This avoids an unconditional syscall on the creation of all `WasiCtx` structures shouldn't reduce the quality of the random numbers produced.
- Loading branch information