Monte Carlo (MC) methods are based on the use of random numbers and probability statistics to investigate problems. You can find MC methods used in everything from economics to nuclear physics to regulating the flow of traffic.
Web Workers enable a web application to load JavaScript dynamically and run it in a background process, not affecting the user interface. The user experience is not interrupted, while all Web Worker computation is in the background.