You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Permutations, Combinations, Sequences and Random Numbers/SQL Scripts/16 Monty Hall Simulation Random Numbers.sql
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Last Updated: 07/05/2022
7
7
This script is written in SQL Server's T-SQL
8
8
9
9
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
0 commit comments