Skip to content
/ MHSim Public

A simulation of the Monty Hall paradox using Python's built-in pseudo-random number generator

License

Notifications You must be signed in to change notification settings

zacwalls/MHSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monty Hall Simulator

A simulation of the Monty Hall paradox using Python's built-in pseudo-random number generator

Installation

No need to install. Just open a new terminal window and then type git clone https://github.com/zacwalls/MHSim.git. Then cd MHSim. From there, install the required libraries with pip install -r requirements.txt --user. After that, you can run the simulation with python script.py.

About

A simulation of the Monty Hall paradox using Python's built-in pseudo-random number generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages