added readme and report
This commit is contained in:
parent
2e063dfbf6
commit
fe3a534eff
3 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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
BIN
raport.odt
Normal file
Binary file not shown.
BIN
raport.pdf
Normal file
BIN
raport.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue