! Block #DailyCoinflip to stop seeing these !
Yes = heads
No = tails
Season 2 ended with 63 heads and 47 tails (yesterday heads percentage 60%), 11 days.
(Day 1)
Total count: n/a
Yesterdays ratio of heads: n/a
@FairlyRandom will be used to generate the outcome 3 times.
1st roll: random number between 0 and 2^33-1
2nd roll: random number between 0 and 2^34-1
3rd roll: random number between 0 and 2^33-1
The outcome of the 3 rolls will be converted into binary (with leading zeros so the 1st and 3rd roll binary numbers have 33 digits and the 2nd roll binary number has 34 digits), and the numbers will be concatenated in the order (1st, 2nd, 3rd).
The nth digit of this new number decides the outcome of the coin flip.
0=heads
1=tails
Resolution can be expected within 24 hours after closing
Contingencies:
Should @FairlyRandom fail to produce a response 24 hours after the close date, and after additional @FairlyRandom roll requests (three over here > three on the testing market), I will manually resolve it according to random.randint(0,8589934591), random.randint(0,17179869183), random.randint(0,8589934591) (outcome is final).