[Python-Dev] BDFL ruling request: should we block forever waiting for high-quality random bits?
Donald Stufft
donald at stufft.io
Fri Jun 10 17:28:28 EDT 2016
More information about the Python-Dev mailing list
Fri Jun 10 17:28:28 EDT 2016
- Previous message (by thread): [Python-Dev] BDFL ruling request: should we block forever waiting for high-quality random bits?
- Next message (by thread): [Python-Dev] BDFL ruling request: should we block forever waiting for high-quality random bits?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On Jun 10, 2016, at 5:21 PM, Tim Peters <tim.peters at gmail.com> wrote: > > Isn't that precisely the purpose of the GRND_NONBLOCK flag? It doesn’t behave exactly the same as /dev/urandom. If the pool hasn’t been initialized yet /dev/urandom will return possibly predictable data whereas getrandom(GRND_NONBLOCK) will EAGAIN. — Donald Stufft
- Previous message (by thread): [Python-Dev] BDFL ruling request: should we block forever waiting for high-quality random bits?
- Next message (by thread): [Python-Dev] BDFL ruling request: should we block forever waiting for high-quality random bits?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list