This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients dyedgreen, mark.dickinson, rhettinger, tim.peters
Date 2019-11-11.18:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573496611.59.0.405996940746.issue38767@roundup.psfhosted.org>
In-reply-to
Content
Python is a general-purpose language, and as such I believe it's inappropriate for it to be "a leader" in adopting new PRNGs.  That's for area specialists to pioneer.

If NumPy switched, that is a good reason to evaluate this again.  But for backward compatibility we'd probably still need to support the current Twister anyway (for programs that set the seed, we try to keep results bit-for-bit reproducible across releases).

Note that Python didn't switch _to_ the Twister before it was, in effect, a de facto standard across many scientific libraries.

Something not noted in the earlier report:  TOMS rejected the PCG paper, so it will probably never be published.  I don't much care, but those who do care about peer-reviewed publication may see that as a deal killer.
History
Date User Action Args
2019-11-11 18:23:31tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, dyedgreen
2019-11-11 18:23:31tim.peterssetmessageid: <1573496611.59.0.405996940746.issue38767@roundup.psfhosted.org>
2019-11-11 18:23:31tim.peterslinkissue38767 messages
2019-11-11 18:23:30tim.peterscreate