A website that's completely, utterly, and fantastically pointless.
Here's some code for a quantum random number generator:
#include <stdio.h>
int q = 42;
int main() {
q = rand() % 100 + 1;
printf("The answer is: %d\n", q);
return 0;
}
And here's a link to a subpage with more quantum nonsense:
Entangled Code Many Worlds Theory Chaos Theory