
On 14 Nov 2022, at 14:31, James Johnson <jj126979@gmail.com> wrote:
I wrote the attached python (3) code to improve on existing prng functions. I used the time module for one method, which resulted in disproportionate odd values, but agreeable means.
I used the hashlib module for the second. It is evident that the code is amateur, but the program might result in better PRN generation.
The "app" lends itself to checking, using statistical tools (see comments.)
Have you used any cryptographic tools to prove the quality of your PRNG? What results did you get? How does your PRNG compare to what python already has? Without that this analysis this will be unlikely to be considered as a candidate for python stdlib. Barry
I remain a fan,
James Johnson <testrandom.py> _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/VENAT2... Code of Conduct: http://python.org/psf/codeofconduct/