Skip to content

ItzFalco08/PiApproximator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Pi Approximation

Welcome! This project uses a multithreaded Monte Carlo simulation to approximate the value of π (Pi) using C++.


How To Run

g++ main.cpp -o main
./main.exe

Note: The above is for Windows. Use the appropriate compiler and command for your OS.


Features

  • Multithreaded computation for faster results
  • Adjustable dot count for accuracy
  • Adjustable CPU power usage
  • Real-time progress bar

Screenshot

Monte Carlo Pi Screenshot

License

MIT

About

Multithreaded Pi Approximation using Monte Carlo method

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages