Make RNG seedable

This commit is contained in:
Michael Bradley 2025-03-23 22:32:57 -04:00
parent 6732f5575c
commit 946e961633
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
5 changed files with 57 additions and 14 deletions

2
src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
mod random;
pub use random::Random;