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.
2 parents 2c43268 + 795a781 commit 9a4a800Copy full SHA for 9a4a800
rand_core/src/lib.rs
@@ -69,7 +69,9 @@ pub mod le;
69
/// optimal implementation of each is dependent on the type of generator. There
70
/// is no required relationship between the output of each; e.g. many
71
/// implementations of [`fill_bytes`] consume a whole number of `u32` or `u64`
72
-/// values and drop any remaining unused bytes.
+/// values and drop any remaining unused bytes. The same can happen with the
73
+/// [`next_u32`] and [`next_u64`] methods, implementations may discard some
74
+/// random bits for efficiency.
75
///
76
/// The [`try_fill_bytes`] method is a variant of [`fill_bytes`] allowing error
77
/// handling; it is not deemed sufficiently useful to add equivalents for
0 commit comments