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

View file

@ -34,3 +34,4 @@ log = { version = "*", features = [
"release_max_level_warn",
] }
rand = "0.9.0"
rand_chacha = "0.9.0"