
This question resolves:
- YES if YES% >= 50% and if the current YES% is randomly drawn with p=1/YES%
- NO if YES% < 50% and if the current NO% is randomly drawn with p=1/NO%
After placing a bet, you may trigger a random number to be drawn by commenting “@FairlyRandom X” once, where X=YES% or X=NO% according to the rules above. You can bet again any number of times, but you can only draw one random number.
Examples:
- If the question is at 99%, a random number between 1 and 99 is drawn. If 99 is drawn, the question resolves YES. If 1-98 is drawn, the question does not resolve and remains open.
- If the question is at 25%, a random number between 1 and 75 is drawn. If 75 is drawn, the question resolves NO. If 1-74 is drawn, the question does not resolve and remains open.