Comment Re:Interesting, but not that useful (Score 1) 132
First order bias isn't a problem, most systems use something similar to von Neumann's bias elimination: pair the inputs up, and discard 00's and 11's. If the input is 01, output 0, if the input is 10, output 1.