1
2
3
4
5
//! Extensions for using `tinyrand` with `stdlib`.

pub mod clock_seed;

pub use clock_seed::ClockSeed;