Make more random
At least, make the stuff that doesn't need to be deterministic non-deterministic
This commit is contained in:
parent
245dfde91e
commit
fc95857824
4 changed files with 18 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue