Would using three Latin Squares be better than one to make dice rolls more random?
To reduce the bias of standard dice I throw four dice (D6) and use a random Latin square, set-up so that rx/cy produces a different number than ry/cx. These produce a number 1-6.
I can also use 3 different Latin squares using the same principle so that:
d1/d2 =n1 -> Latin square 1
d3/d4 = n2 -> Latin square 2
For Latin square 3: n1 = row; n2 = column.
I am not able to work out if three squares would produce a more random result than just one square.
I do this out of interest, I could of course use precision dice. Here are the Latin squares:
4 2 6 1 5 3
6 4 2 5 3 1
2 6 4 3 1 5
3 1 5 2 6 4
1 5 3 4 2 6
5 3 1 6 4 2
------------
6 5 1 4 2 3
1 6 5 2 3 4
5 1 6 3 4 2
3 4 2 5 1 6
4 2 3 6 5 1
2 3 4 1 6 5
-------------
5 1 2 4 3 6
2 5 1 3 6 4
1 2 5 6 4 3
6 4 3 1 2 5
4 3 6 5 1 2
3 6 4 2 5 1