File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 33This is a "Hello, World" application in Monte Carlo methods. It stresses random number generation
44along with some other math required for implementation of the Acceptance-Rejection technique.
55
6+ ![ Monte Carlo Pi image] ( https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/images/draw_points.png )
7+
68For details please refer to [ Wikipedia] ( https://en.wikipedia.org/wiki/Monte_Carlo_method )
79
810## How to run
@@ -25,5 +27,7 @@ The following options are allowed:
2527* ` --n-batches ` : Number of batches
2628
2729## Jupyter Notebook
28- The Monte Carlo Pi demo is also supplemented with the [ Juoyter Notebook] ( https://github.com/samaid/mcpi/blob/main/mcpi.ipynb ) ,
30+ The Monte Carlo Pi demo is also supplemented with the [ Jupyter Notebook] ( https://github.com/samaid/mcpi/blob/main/mcpi.ipynb ) ,
2931where step by step we illustrate the idea of the algorithm.
32+
33+ ![ Pi animation] ( https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/images/pi-animation.gif )
You can’t perform that action at this time.
0 commit comments