Crate tinyrand_std

Source
Expand description

Extensions for using tinyrand with stdlib.

Re-exports§

pub use clock_seed::ClockSeed;
pub use thread_local::ThreadLocalRand;
pub use thread_local::thread_rand;

Modules§

clock_seed
Seeding from the system clock.
thread_local
Thread-local Rand.