Description Usage Arguments Value Examples
Randomly select a door based on the total number of goats and cars.
1 |
door.choices |
Total number of doors to choose from. |
... |
further arguments passed to or from other methods. |
door.choices should equal goats + cars from other functions.
1 2 3 4 5 | ## Randomly selects doors 1, 2, or 3
select_door_orig()
## Randomly chooses one of the total number of doors.
select_door(15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.