Skip to content

crakesh27/Monte-Carlo-Pi

Repository files navigation

Monte Carlo Pi estimate

Esimation of Pi value using Monte Carlo. Monte Carlo methods rely on repeated random sampling to obtain numerical results. This repo contains implementation of both 2D (circle in a square) and 3D (sphere in a cude) simulation to estimate Pi value.

Requirements

  • python
  • numpy
  • scipy
  • matplotlib

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

Estimating the value of Pi using Monte Carlo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages