Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HashMap: add info to docs about random seed quality
The random functions that HashMap use make no guarantees about the quality of random data so this documents that to the user so that they are aware. This was brought about by the change to the Linux random code to not block until the urandom pool was initialized to avoid users of crates that internally use HashMap being caught unaware and having their application block until the urandom pool is initialized. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
- Loading branch information