Y
Hacker News
new
|
ask
|
show
|
jobs
by
robert-wallis
4050 days ago
I was thinking about how fast it would be to find matches, so I wrote a little C program that runs in about 1/7th a second:
https://gist.github.com/robert-wallis/b7faf94976b153923fde
It generates a random number, then tries 8^8 times to generate a new random number and find a match.