I *think* can cheat here by using lots of comparisons in my selection mechanism. The chance that any comparison is wrong is 1-X%, but the chance that any two comparisons is wrong is (1-X)^2, and three comparisons being wrong is (1-X)^3, and so on. I'd like to figure out a way to use this to my advantage.