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
.