mirror of
https://github.com/jesperh1/MontyHallStats.git
synced 2025-06-08 12:28:47 +01:00
Update Readme
This commit is contained in:
parent
70a38f2123
commit
d5f39fc44e
15
README.md
15
README.md
@ -1 +1,16 @@
|
|||||||
# Monty Hall Stats
|
# Monty Hall Stats
|
||||||
|
Calculate the stats of the Monty Hall problem.
|
||||||
|
|
||||||
|
## Config
|
||||||
|
|
||||||
|
Parameters to change
|
||||||
|
|
||||||
|
in the main function there is 2 variables that can be changed to change the outcome of the game
|
||||||
|
|
||||||
|
`switchDoor` and `gamesToPlay`
|
||||||
|
|
||||||
|
Change switchDoor to false, if you don't want to switch doors and change gamesToPlay to if you want to play it a diffrent amount of games each time.
|
||||||
|
|
||||||
|
|
||||||
|
## Running
|
||||||
|
To run the program you need to have go installed, and you can simply run `go run .` in the project directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user