Make more random

At least, make the stuff that doesn't need to be deterministic non-deterministic
This commit is contained in:
Michael Bradley 2025-05-19 21:23:58 -04:00
parent 245dfde91e
commit fc95857824
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
4 changed files with 18 additions and 12 deletions

View file

@ -37,5 +37,5 @@ log = { version = "*", features = [
"max_level_debug",
"release_max_level_warn",
] }
rand = { version = "0.9.1", default-features = false, features = ["std"] }
rand = { version = "0.9.1", default-features = false, features = ["std", "thread_rng"] }
wyrand = "0.3.2"