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

1
Cargo.lock generated
View file

@ -1607,6 +1607,7 @@ dependencies = [
"bevy",
"log",
"rand 0.9.0",
"rand_chacha 0.9.0",
]
[[package]]