Skip to content

Colin Webb

Tag: #statistics

Simple Monte Carlo Simulation in Rust

Monte Carlo simulations are often used model the probability of different outcomes. They work by generating random values, passing them into a model, and then averaging the results.

The simplest Monte Carlo simulation, and a great way to start, is by using the technique to estimate the value of Pi.