Live data from Hacker News

Generating All 32-Bit Primes (Part I)

hnlyman.github.io

31–35 of 35 posts

Re: Generating All 32-Bit Primes (Part I)

#33
post #13

I have a little tool called Prime Grid Explorer at https://susam.net/primegrid.html that I wrote for my own amusement. It can display all primes below 3317044064679887385961981 (an 82-bit integer). The largest three primes it can show are 3317044064679887385961783 3317044064679887385961801 3317044064679887385961813 Visit https://susam.net/primegrid.html#3317044064679887385961781-2... to see them plotted. Click the bu…

Very cool, thank you! Both the visualization tool and the description of Miller-Rabin. I didn't know an algorithm with these properties existed! Furthermore, your tool gave me a more intuitive feel of the rate at which primes "thin out" than every treatment of the topic I read previously.

Thank you for writing this. I'm glad my comment was useful.

Re: Generating All 32-Bit Primes (Part I)

#35

Very well written

I enjoyed it too! Enough technical details to be useful, but not too boring.

Thank you both! I'm glad my writing style appeals to people. This is the first time a substantial number of people have read something I wrote, so it's pretty big for me.
Post reply on HN