a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
MrTob 9fe9c2d7cb
Update README.md
hace 4 años
build add files hace 4 años
dist add files hace 4 años
nbproject add files hace 4 años
src/montecarlopi add files hace 4 años
README.md Update README.md hace 4 años
build.xml add files hace 4 años
manifest.mf add files hace 4 años

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