ram6ler / monte-carlo-sims

A basic Monte Carlo image integration app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monte Carlo Integration Simulations

This is a simple simulation that randomly places points on a map image and uses color data to determine whether the point falls on a lake.

The simulation is set up so that 100 points are placed each second. The number of points that hit the lake and the total number of points dropped are updated each second.

The basic algorithm for these simulations and the image were provided by Jeong Seungah and implemented by Richard Ambler, 26 October 2018.

The simulations can be performed here and the code can be viewed here.

Enjoy!

About

A basic Monte Carlo image integration app.


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:Dart 0.0%Language:CSS 0.0%