We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c408b1 commit f67efddCopy full SHA for f67efdd
std/src/random.rs
@@ -71,7 +71,8 @@ impl RandomSource for DefaultRandomSource {
71
///
72
/// This is a convenience function for `T::random(&mut DefaultRandomSource)` and
73
/// will sample according to the same distribution as the underlying [`Random`]
74
-/// trait implementation.
+/// trait implementation. See [`DefaultRandomSource`] for more information about
75
+/// how randomness is sourced.
76
77
/// **Warning:** Be careful when manipulating random values! The
78
/// [`random`](Random::random) method on integers samples them with a uniform
0 commit comments