Skip to content

Commit 33e61ea

Browse files
committed
Requested comment
1 parent 333404a commit 33e61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rngs/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ thread_local!(
9090
/// Retrieve the lazily-initialized thread-local random number
9191
/// generator, seeded by the system. Intended to be used in method
9292
/// chaining style, e.g. `thread_rng().gen::<i32>()`, or cached locally, e.g.
93-
/// `let mut rng = thread_rng();`.
93+
/// `let mut rng = thread_rng();`. Also called by the `Default` trait.
9494
///
9595
/// For more information see [`ThreadRng`].
9696
///

0 commit comments

Comments
 (0)