a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
MrTob 9fe9c2d7cb
Update README.md
4 лет назад
build add files 4 лет назад
dist add files 4 лет назад
nbproject add files 4 лет назад
src/montecarlopi add files 4 лет назад
README.md Update README.md 4 лет назад
build.xml add files 4 лет назад
manifest.mf add files 4 лет назад

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

  • Thread support