12 lines
478 B
Markdown
12 lines
478 B
Markdown
|
# 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
|