|
|
|
|
|
by coldtea
1520 days ago
|
|
>Think of a series of random bits that can be either 0 or 1 with equal probability. How likely is it that they are all 0 or all 1? Not very likely. There is exactly one configuration. How likely is it that they have a specific configuration of 0 and 1? Equally likely. Well, there are only 2 states with all 1 or all 0. But there are 2^N states of mixed 1 and 0. Even if you treat the sets of bits as opaque items, and pick one from a bucket, I'd expect getting one of the 2^N - 2 configurations to be a far more likely outcome than one of the 2 remaining. In fact, we could bet on it... |
|