ggentropy

A string formatting library for C++
Log | Files | Refs | README

commit d5227ba430339e0ca3e9b9cc99c752f1c257f4a6
parent 32fce58a6569d641143503f996b8c98c9956c4d2
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat, 28 Dec 2019 12:43:22 +0200

Add arc4random/getrandom links to README

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -56,5 +56,5 @@ ggentropy uses the following functionality: - Windows: [CryptGenRandom](https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-cryptgenrandom) - MacOS: /dev/urandom -- Linux: getrandom with a fallback to /dev/urandom -- OpenBSD: arc4random_buf +- Linux: [getrandom](https://lwn.net/Articles/606141/) with a fallback to /dev/urandom +- OpenBSD: [arc4random_buf](https://man.openbsd.org/arc4random_buf)