We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357eb7d commit ccb734bCopy full SHA for ccb734b
1 file changed
src/rngs/thread.rs
@@ -89,7 +89,7 @@ impl ReseedingCore {
89
///
90
/// - Automatic seeding via [`SysRng`] and after every 64 kB of output.
91
/// Limitation: there is no automatic reseeding on process fork (see [below](#fork)).
92
-/// - A rigorusly analyzed, unpredictable (cryptographic) pseudo-random generator
+/// - A rigorously analyzed, unpredictable (cryptographic) pseudo-random generator
93
/// (see [the book on security](https://rust-random.github.io/book/guide-rngs.html#security)).
94
/// The currently selected algorithm is ChaCha (12-rounds).
95
/// See also [`StdRng`] documentation.
0 commit comments