On Tue, 15 Nov 2022 at 21:47, James Johnson <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/S4P5T4QKRHH2VKRHL3NA4CTIAL3OUTJ2/ Code of Conduct: http://python.org/psf/codeofconduct/
