Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
Fixes #26471 r? @alexcrichton
This commit is contained in:
commit
34f35a535a
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ pub mod reseeding;
|
||||||
mod rand_impls;
|
mod rand_impls;
|
||||||
|
|
||||||
/// A type that can be randomly generated using an `Rng`.
|
/// A type that can be randomly generated using an `Rng`.
|
||||||
|
#[doc(hidden)]
|
||||||
pub trait Rand : Sized {
|
pub trait Rand : Sized {
|
||||||
/// Generates a random instance of this type using the specified source of
|
/// Generates a random instance of this type using the specified source of
|
||||||
/// randomness.
|
/// randomness.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue