I
Iggles14
Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel I've got a simple spreadsheet set up to do a simulation of dice rolls. The formula I am using is this:
=RANDBETWEEN(1,6)
I have this formula repeated in four columns and 1000 rows for a total of 4000 trials. This should be more than enough for the central limit theorem to come into play. I would expect each number from 1 to 6 to occur with roughly equal frequency, say between 660-670 times.
In my last run, I had 647 occurrences of 2 and 696 of 6. Every time I have run the simulation, there has been a difference of at least 30 between the count for the most and least frequent roll, and the difference has been as high as 61.
Any ideas? Am I doing something wrong?
=RANDBETWEEN(1,6)
I have this formula repeated in four columns and 1000 rows for a total of 4000 trials. This should be more than enough for the central limit theorem to come into play. I would expect each number from 1 to 6 to occur with roughly equal frequency, say between 660-670 times.
In my last run, I had 647 occurrences of 2 and 696 of 6. Every time I have run the simulation, there has been a difference of at least 30 between the count for the most and least frequent roll, and the difference has been as high as 61.
Any ideas? Am I doing something wrong?