Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer crypto rand seed for pkg/rand
Crypto rand is a much better seed for math/rand than time. In the event we use math/rand where we should not, this will make it a safer source of random numbers. Although potentially dangerous, this will still fallback to time should crypto/rand for any reason fail. Signed-off-by: Eric Windisch <[email protected]>
- Loading branch information