🔬This is a nightly-only experimental API. (
random
)Expand description
Random value generation.
The Random
trait allows generating a random value for a type using a
given RandomSource
.
Traits§
- Random
Experimental A trait for getting a random value for a type. - Random
Source Experimental A source of randomness.