Talk:Monty Hall problem: Difference between revisions

no edit summary
m (→‎Is the Perl implementation correct?: <lang> -> <lang lang> fix in talk page!)
No edit summary
Line 94:
 
::Since no one replied negatively to this code, I added to the article. This is basically the same as the previous implementation, but without going further in any optimization and keeping the ''logic'' of the game; and when this is not clear, comments help. At least, this is my opinion. --[[User:ShinTakezou|ShinTakezou]] 01:17, 13 December 2008 (UTC)
 
== Number of iterations ==
 
You need to increase the number of iterations, several programs list the probability of switching as 60-something percent, which is incorrect, it should be 1/2. Either that or your RNG is broken.
Anonymous user