Imagining a solid cube of $64 \times 64 \times 64$ bits (each of which can have exactly two states), how long would it take to test all possible states of one of these? Let's also assume we're using the world's current most powerful supercomputer, which can perform 33.86 quadrillion math operations per second. (mind you, this means you have to account for how many basic operations a calculation takes up: $2\times3$ is one, $2\times\frac 1 3$ is two, etc.)
I tried asking Wolfram|Alpha, but it timed out: http://wolfr.am/1q6fxd9
I ask this question in the name of encryption security as well as randomization seeding uniqueness, and decided to ask it here instead of StackOverflow because it has more to do with math than computing.