We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9720f11 commit 8339afcCopy full SHA for 8339afc
src/rngs/thread.rs
@@ -54,7 +54,7 @@ const THREAD_RNG_RESEED_THRESHOLD: u64 = 1024 * 64;
54
/// (every 64 kiB, as well as "soon" after a fork on Unix — see [`ReseedingRng`]
55
/// documentation for details).
56
///
57
-/// Security must be considered relative to a thread model and validation
+/// Security must be considered relative to a threat model and validation
58
/// requirements. `ThreadRng` attempts to meet basic security considerations
59
/// for producing unpredictable random numbers: use a CSPRNG, use a
60
/// recommended platform-specific seed ([`OsRng`]), and avoid
0 commit comments