Pre-generate seeded random values ahead of time
Some checks failed
CI / Formatting (push) Successful in 46s
CI / Clippy (push) Failing after 17m22s

And use run-random values for unimportant things
This commit is contained in:
Michael Bradley 2025-03-28 22:38:55 -04:00
parent 4476bdfeeb
commit 0c0c306b25
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
3 changed files with 67 additions and 64 deletions

View file

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