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 333404a commit 33e61eaCopy full SHA for 33e61ea
1 file changed
src/rngs/thread.rs
@@ -90,7 +90,7 @@ thread_local!(
90
/// Retrieve the lazily-initialized thread-local random number
91
/// generator, seeded by the system. Intended to be used in method
92
/// chaining style, e.g. `thread_rng().gen::<i32>()`, or cached locally, e.g.
93
-/// `let mut rng = thread_rng();`.
+/// `let mut rng = thread_rng();`. Also called by the `Default` trait.
94
///
95
/// For more information see [`ThreadRng`].
96
0 commit comments