Welcome! This project uses a multithreaded Monte Carlo simulation to approximate the value of π (Pi) using C++.
g++ main.cpp -o main
./main.exeNote: The above is for Windows. Use the appropriate compiler and command for your OS.
- Multithreaded computation for faster results
- Adjustable dot count for accuracy
- Adjustable CPU power usage
- Real-time progress bar
MIT
