From f18fc95110b9653a27a97d8dc513b67e743d382b Mon Sep 17 00:00:00 2001 From: MrTob <30464573+MrTob@users.noreply.github.com> Date: Tue, 28 May 2019 18:55:40 +0200 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5db9fd4 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Java FX Montecarlo Simulation with MVC Pattern + +The circle number π (= 3, 14159265...) can be determined by placing the cursor inside a rectangle in the +there's a circle, randomly generating points. Some are inside the circle, some outside. +Pi can then be calculated by the ratio of the total number of points to the points within the circle. + +# Example +![](https://picr.eu/images/eLouJ.gif) + + + + + + + + + + + + + +