Skip to content

Commit 9574e16

Browse files
Rename 16 Monty Hall Simulation.sql to 16 Monty Hall Simulation Random Numbers.sql
1 parent f346ecf commit 9574e16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Permutations, Combinations, Sequences and Random Numbers/SQL Scripts/16 Monty Hall Simulation.sql renamed to Permutations, Combinations, Sequences and Random Numbers/SQL Scripts/16 Monty Hall Simulation Random Numbers.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Last Updated: 07/05/2022
77
This script is written in SQL Server's T-SQL
88
99
10-
• This script creates a simulation of the Monty Hall Problem
11-
• It uses NEWID() to randomize the doors
12-
• Determining valid inputs into the variables is the most difficult part of this puzzle
10+
• This script creates a simulation of the Monty Hall Problem
11+
• It uses NEWID() to randomize the doors
12+
• Determining valid inputs into the variables is the most difficult part of this puzzle
1313
1414
**********************************************************************/
1515

0 commit comments

Comments
 (0)