Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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