Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 290 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 290 Bytes

monty_hall

Quick exercise to demonstrate the Monty Hall problem in Ruby!

To run the simulation for 1000 attempts, you can simply run the rspec test via rspec simulation_spec.rb

For other configurations, simply leverage the constructors and methods provided by the Simulation class!