https://github.com/fm-sys/monte-carlo-example
pi approximation via monte carlo
https://github.com/fm-sys/monte-carlo-example
Last synced: 7 months ago
JSON representation
pi approximation via monte carlo
- Host: GitHub
- URL: https://github.com/fm-sys/monte-carlo-example
- Owner: fm-sys
- Created: 2020-12-27T15:27:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T20:05:33.000Z (over 4 years ago)
- Last Synced: 2025-01-12T13:11:11.523Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monte Carlo example
pi approximation by monte carlo in Python, virtualized by pygame
- Tested on Python 2.x and 3.x
- You will need to install pygame to make the script working... (`pip install pygame`)