Parallel Monte Carlo Simulation in Rust
My last blog post was Simple Monte Carlo Simulations in Rust.
It was single-threaded, and I quickly moved onto parallelizing it. Since the calculations were independent, until the end, it could be described as an 'embarassingly parallel' problem.
28 February 2024