Skip to content

tux-eithel/monte_pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Find PI using Monte Carlo method

We implement three version of this method:

  • Classic and simple iteration of all samples
  • Divide samples in N piece and use N routine to compute
  • Divide samples in NumCPU piece and use NumCPU thread to compute

About

Find PI using Monte Carlo method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages