Also it's been a long while but a question, if the hypothetical actual distribution of the QQ roller (in %) is say 12/10/.../10/8 for each group of ten would the Chi square test even notice the difference from the theoratical distribution of 10% for each group
Actually, I think I misunderstood your question. In my post above, I thought you were asking about percentage distribution
within each group of ten. Reading you post again, I think you're asking about distribution
across the groups. Like, you're asking if
1-10 (12% of rolls)
11-12 (10% of rolls)
...
81-90 (10% of rolls)
91-100 (8% of rolls)
would be noticed by the test.
If that's what you're asking, the answer is "it depends on how many rolls you make." For a lower number of rolls, this distribution might not register as biased. For a very high number of rolls, it definitely would register as biased. That's the magic of the exponent in the fifth column of the table.
Edit: That's a feature, of course, not a bug. If you roll a d6 twenty times and get five sixes, you might just have been lucky. If you roll the same d6 two thousand times and get five hundred sixes, something is probably up.
Edit 2: Example math
Only two rows matter on this table since the rest are rolling as expected.
One hundred rolls of 1d100
i
|
Oi
|
Ei
|
Oi −Ei
|
(Oi −Ei )2
|
(Oi −Ei )2/Ei
|
1-10
|
12
|
10
|
2
|
4
|
0.40
|
91-100
|
8
|
10
|
-2
|
4
|
0.40
|
|
|
|
|
Sum
|
0.80
|
Ten thousand rolls of 1d100
i
|
Oi
|
Ei
|
Oi −Ei
|
(Oi −Ei )2
|
(Oi −Ei )2/Ei
|
1-10
|
1200
|
1000
|
200
|
40,000
|
40
|
91-100
|
800
|
1000
|
-200
|
40,000
|
40
|
|
|
|
|
Sum
|
80
|
For a test of only a hundred rolls, this distribution is barely a blip; the critical value for even
five percent confidence is 3.32 for nine degrees of freedom. However, for a test of ten thousand rolls, this distribution is proof positive that the die is biased: the critical value for 99.9% confidence is only 27.88.
Edit 3:
If you get the 12%/10%/.../10%/8% distribution over a test of 2,000 rolls, the sum is 16, which is pretty close to the critical value for confidence of 95%, but not quite there (it would need to exceed 16.92 to get a p-value of 0.05). So, you'd need more than 2,000 rolls for this distribution to be statistically significant, but not many more.