Rework order of primes and saved state to get deterministic output

This commit is contained in:
Juergen Stuber
2024-11-15 13:49:20 +01:00
parent 04f554f29c
commit bc31197653
2 changed files with 121 additions and 43 deletions

View File

@ -15,3 +15,5 @@ rand = "0.8.4"
chrono = "0.4.6"
lowdim = { version = "0.6.0", features = ["random"] }
primal = "0.3.3"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"