Make RNG seedable
This commit is contained in:
parent
6732f5575c
commit
946e961633
5 changed files with 57 additions and 14 deletions
2
src/lib.rs
Normal file
2
src/lib.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
mod random;
|
||||
pub use random::Random;
|
Loading…
Add table
Add a link
Reference in a new issue