I will write brifly on how the numbers were pulled and how you can double-check it all. If you don't happen to have the right GC log, then you can download one from here.
I used a modulo operation to get the remainder of the first 10 numbers random people called in the General Chat after I asked them to. You can read more about modulo here.
In computing, the modulo operation finds the remainder of division of one number by another. Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) can be thought of as the remainder, on division of a by n. For instance, the expression "5 mod 4" would evaluate to 1 because 5 divided by 4 leaves a remainder of 1, while "9 mod 3" would evaluate to 0 because the division of 9 by 3 leaves a remainder of 0; there is nothing to subtract from 9 after multiplying 3 times 3.
I am human and as so, I could've made a simple human error somewhere. I did double and triple check everything but if you want to go over it all by yourself, then go ahead.
- To calculate modulo fast, use regular google search and type: sum-of-the-ten-numbers % 20(thats the number of participants-1, notice that the first place is 0 because of the possible 0 result) ex. 4244 % 20 = 4
I have not transfered any money over to the winners because I hope someone would go over the numbers. The numbers are all there in the log I attached and they will not change.