Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
Fixes #26471 r? @alexcrichton
This commit is contained in:
commit
34f35a535a
@ -66,6 +66,7 @@ pub mod reseeding;
|
||||
mod rand_impls;
|
||||
|
||||
/// A type that can be randomly generated using an `Rng`.
|
||||
#[doc(hidden)]
|
||||
pub trait Rand : Sized {
|
||||
/// Generates a random instance of this type using the specified source of
|
||||
/// randomness.
|
||||
|
Loading…
x
Reference in New Issue
Block a user