a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MrTob f18fc95110
Create README.md
пре 5 година
build add files пре 5 година
dist add files пре 5 година
nbproject add files пре 5 година
src/montecarlopi add files пре 5 година
README.md Create README.md пре 5 година
build.xml add files пре 5 година
manifest.mf add files пре 5 година

README.md

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