Skip to content

d3rar/Cpp-Monte-Carlo-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This C++ project is currently a work in progress. It estimates the mathematical constant Pi using the Monte Carlo method. In its current state, it generates 10,000 random points and uses the ratio of points that land inside a circle versus those in a square to calculate a close approximation of Pi. Further features and optimizations are planned.

About

Monte Carlo sim in C++ that estimates the value of pi through randomly generated points in a unit square and counting how many fall inside a quarter circle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages