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 216f664 + b4f3c58 commit 34f35a5Copy full SHA for 34f35a5
src/librand/lib.rs
@@ -66,6 +66,7 @@ pub mod reseeding;
66
mod rand_impls;
67
68
/// A type that can be randomly generated using an `Rng`.
69
+#[doc(hidden)]
70
pub trait Rand : Sized {
71
/// Generates a random instance of this type using the specified source of
72
/// randomness.
0 commit comments