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

@ -1,4 +1,5 @@
pub mod objects;
mod objects;
mod rng;
pub mod runtime;
pub mod seed;
pub mod setup;