This commit is contained in:
randogoth 2025-01-16 23:44:12 +02:00
commit 10ff2123ac
22 changed files with 1430 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "onod3000"
version = "0.1.0"
edition = "2021"
[dependencies]
flate2 = "1.0.35"
kolmogorov_smirnov = "1.1.0"
rand_distr = "0.4.3"
statrs = "0.18.0"