Initial commit
This commit is contained in:
commit
5ace79d1e6
49 changed files with 5386 additions and 0 deletions
4
src/rand.rs
Normal file
4
src/rand.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
///! # Random utilities, refer to [`::rand`] crate docs.
|
||||
pub use ::rand::*;
|
||||
|
||||
pub use rand_xoshiro as xoshiro;
|
||||
Loading…
Add table
Add a link
Reference in a new issue