There are like a dozen xkcd password generators on pypi and from what I can tell, none of them use the xkcd-221 random number generator.
Python stdlib thwarts my efforts. The core random number function can't return 4, but it can return 0.4
♡ 1 ↻ 1
October 5, 2025
There are like a dozen xkcd password generators on pypi and from what I can tell, none of them use the xkcd-221 random number generator.
Python stdlib thwarts my efforts. The core random number function can't return 4, but it can return 0.4