Initial commit

This commit is contained in:
Aleksandr 2025-06-22 05:46:26 +03:00
commit 5ace79d1e6
49 changed files with 5386 additions and 0 deletions

4
src/rand.rs Normal file
View file

@ -0,0 +1,4 @@
///! # Random utilities, refer to [`::rand`] crate docs.
pub use ::rand::*;
pub use rand_xoshiro as xoshiro;