Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanvusich/monty_hall_simulator
This python script uses numba to efficiently simulate many iterations of the Monty Hall problem.
https://github.com/jonathanvusich/monty_hall_simulator
Last synced: 8 days ago
JSON representation
This python script uses numba to efficiently simulate many iterations of the Monty Hall problem.
- Host: GitHub
- URL: https://github.com/jonathanvusich/monty_hall_simulator
- Owner: JonathanVusich
- Created: 2018-09-01T23:37:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T00:22:41.000Z (over 6 years ago)
- Last Synced: 2023-03-06T23:00:46.631Z (almost 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monty_hall_simulator
This python script uses numba to efficiently simulate many iterations of the Monty Hall problem.Requirements:
Python 3.6 (tested)
Numba, NumPy