added readme and report

This commit is contained in:
jacekpoz 2023-11-05 18:09:52 +01:00
parent 2e063dfbf6
commit fe3a534eff
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
3 changed files with 11 additions and 0 deletions

11
README.md Normal file
View file

@ -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

BIN
raport.odt Normal file

Binary file not shown.

BIN
raport.pdf Normal file

Binary file not shown.