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

Seeding from the system clock.

Thread-local Rand.