Re: [Python-ideas] Should our default random number generator be secure?

[Tim, on parallel PRNGs]
[Nathaniel Smith]
Excellent - we're going to have a hard time finding something real to disagree about :-)
Except for wide adoption. Most people I bump into never even heard of this kind of approach. Nobody ever got fired for buying IBM, and nobody ever got fired for recommending MT - it's darned near a checklist item when shopping for a language. I may have to sneak the code in while you distract Guido with a provocative rant about the inherent perfidy of the Dutch character ;-)

On Wed, Sep 9, 2015 at 9:47 PM, Tim Peters <tim.peters@gmail.com> wrote:
:-) Srsly though, we've talked about switching to some kind of CTR-mode RNG as the default in NumPy (where speed differences are pretty visible, b/c we support generating big blocks of random numbers at once), and would probably accept a patch. (Just in case Guido is undisturbed by scurrilous allegations.) -- Nathaniel J. Smith -- http://vorpus.org

On Wed, Sep 9, 2015 at 9:47 PM, Tim Peters <tim.peters@gmail.com> wrote:
:-) Srsly though, we've talked about switching to some kind of CTR-mode RNG as the default in NumPy (where speed differences are pretty visible, b/c we support generating big blocks of random numbers at once), and would probably accept a patch. (Just in case Guido is undisturbed by scurrilous allegations.) -- Nathaniel J. Smith -- http://vorpus.org
participants (2)
-
Nathaniel Smith
-
Tim Peters