a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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