Skip to content

a simple Java-FX Application which Simulate the Approximation of Pi

Notifications You must be signed in to change notification settings

MrTob/Monte-Carlo-Simulation-in-JavaFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

a simple Java-FX Application which Simulate the Approximation of Pi

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages