diff --git a/README.md b/README.md new file mode 100644 index 0000000..1986b04 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# integral approximation using the monte carlo method + +## dependencies +`pkg-config`, `font-config`, a [rust toolchain](https://www.rust-lang.org/tools/install) + +## running +`cargo run` will draw all the graphs, this is singlethreaded and on my machine (Ryzen 9 5980HX) takes a bit above 1 minute to finish + +the graphs will all be written to `./graphs/`, I already put the ones my machine drew there + +the odt and pdf contain a description and conclusions of the results in Polish diff --git a/raport.odt b/raport.odt new file mode 100644 index 0000000..68b8b38 Binary files /dev/null and b/raport.odt differ diff --git a/raport.pdf b/raport.pdf new file mode 100644 index 0000000..bb92e81 Binary files /dev/null and b/raport.pdf differ