Add primes

This commit is contained in:
Juergen Stuber
2024-11-03 19:25:14 +01:00
parent e51336b3f2
commit 90814bea8f
3 changed files with 225 additions and 5 deletions

View File

@ -14,3 +14,4 @@ edition = "2021"
rand = "0.8.4"
chrono = "0.4.6"
lowdim = { version = "0.6.0", features = ["random"] }
primal = "0.3.3"