Update textproc/hs-lhs2tex to version 1.24
[dports.git] / security / p5-Crypt-Random / pkg-descr
1 Crypt::Random is an interface module to the /dev/random device found on most
2 modern Unix systems. The /dev/random driver gathers environmental noise from
3 various non-deterministic sources including inter-keyboard timings and
4 inter-interrupt timings that occur within the operating system environment.
5
6 The /dev/random driver maintains an estimate of true randomness in the pool and
7 decreases it every time random strings are requested for use. When the estimate
8 goes down to zero, the routine blocks and waits for the occurrence of
9 non-deterministic events to refresh the pool.
10
11 The /dev/random kernel module also provides another interface, /dev/urandom,
12 that does not wait for the entropy-pool to recharge and returns as many bytes
13 as requested. /dev/urandom is considerably faster at generation compared to
14 /dev/random, which should be used only when very high quality randomness is
15 desired.
16
17 WWW: https://metacpan.org/release/Crypt-Random