On Tue, 15 Nov 2022 at 21:47, James Johnson <jj126...@gmail.com> wrote: > > I tried whatever random function I found in documentation online, and used > it. Without analyzing the world, I was simply dissatisfied with the results. >
Can you explain what you were dissatisfied by? It's worth noting that, for a lot of purposes, people don't WANT true randomness (eg your choice to reject duplicates, which is a violation of randomness, but will make things more satisfying for humans). But that's completely different from trying to come up with a better RNG. ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/S4P5T4QKRHH2VKRHL3NA4CTIAL3OUTJ2/ Code of Conduct: http://python.org/psf/codeofconduct/