Skip to content

Commit 663ea4c

Browse files
authored
Merge pull request #38 from IntelPython/samaid-patch-1
Update README.md
2 parents 97575de + 38652ae commit 663ea4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demos/mcpi/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This is a "Hello, World" application in Monte Carlo methods. It stresses random number generation
44
along 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+
68
For 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),
2931
where 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)

0 commit comments

Comments
 (0)