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 vstinner
Recipients mark.dickinson, pitrou, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2020-04-24.17:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587749062.25.0.173814600334.issue40346@roundup.psfhosted.org>
In-reply-to
Content
Fun fact. When I wrote my "class NumpyRandom(random.BaseRandom):" example, I found a quite serious bug in numpy:

"default_rng.integers(2**32) always return 0"
https://github.com/numpy/numpy/issues/16066

Even numpy is not perfect yet :-)
History
Date User Action Args
2020-04-24 17:24:22vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, pitrou, serhiy.storchaka
2020-04-24 17:24:22vstinnersetmessageid: <1587749062.25.0.173814600334.issue40346@roundup.psfhosted.org>
2020-04-24 17:24:22vstinnerlinkissue40346 messages
2020-04-24 17:24:22vstinnercreate