From 3f4e0f9de28ae68548b661fbd32066b7b4b8dbb8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 4 Nov 2016 17:39:32 +0000 Subject: version: 2.4.0.1 --- doc/librandom/index.html | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/doc/librandom/index.html b/doc/librandom/index.html index 183086a..26669fa 100644 --- a/doc/librandom/index.html +++ b/doc/librandom/index.html @@ -22,20 +22,9 @@

librandom is a small library designed to provide an interface to some reasonable-quality pseudorandom number -generation. Some libcs have a bad -random() implementation; librandom is designed -to use system pseudorandom number generation when it's provided -via /dev/random and /dev/urandom, and to use -a good default PRNG otherwise. -

- -

- librandom also supports -EGD. If you have built -skalibs with --enable-egd, then the librandom -primitives will try and connect to an EGD service to get random bytes -if there is no kernel-based entropy generator such as /dev/random. -If the EGD connection fails, a SURF PRNG is used. +generation. librandom uses arc4random when available, +or getrandom - else it defaults to /dev/urandom and a +a SURF PRNG.

Compiling

-- cgit v1.2.3