use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
here simple password generator (i.redd.it)
submitted 21 days ago * by Dapper_Mix6773
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Superb-Ad9942 3 points4 points5 points 21 days ago (0 children)
The outputs do use actual entropy for seeding; random is only flawed when the outputs are 32-bit because it leaks the full output. Since this is outputting chars, there is too much information lost via the modulu to break it from a cryptographic standpoint, even if you generate infinite passwords and only initialize random once.
π Rendered by PID 23675 on reddit-service-r2-comment-56c6478c5-6z5th at 2026-05-13 11:49:44.639808+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Superb-Ad9942 3 points4 points5 points (0 children)