Re: [PATCH] using arc4random for strong randomness matters. - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH] using arc4random for strong randomness matters.
Date
Msg-id 039A5A17-66F5-4802-9BD0-332DF59AD06D@anarazel.de
Whole thread Raw
In response to Re: [PATCH] using arc4random for strong randomness matters.  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
List pgsql-hackers

On November 22, 2017 8:51:07 AM PST, ilmari@ilmari.org wrote:
>If what is wanted is something more like /dev/urandom, one can call
>getentropy(2) (or on Linux, getrandom(2)) directly, which avoids having
>to open the device file each time.

What does that buy us for our usages?

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


pgsql-hackers by date:

Previous
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Date:
Subject: Re: [PATCH] using arc4random for strong randomness matters.
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] using arc4random for strong randomness matters.