Cryptographically Secure, True Random Number Generator

Edit Package perl-Crypt-Random

Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems. The /dev/random driver gathers environmental noise from
various non-deterministic sources including inter-keyboard timings and inter-
interrupt timings that occur within the operating system environment.

The /dev/random driver maintains an estimate of true randomness in the pool and
decreases it every time random strings are requested for use. When the estimate
goes down to zero, the routine blocks and waits for the occurrence of non-
deterministic events to refresh the pool.

The /dev/random kernel module also provides another interface, /dev/urandom,
that does not wait for the entropy-pool to recharge and returns as many bytes
as requested. /dev/urandom is considerably faster at generation compared to
/dev/random, which should be used only when very high quality randomness is
desired.

Refresh
Refresh
Source Files
Filename Size Changed
Crypt-Random-1.25.diff 0000000520 520 Bytes
Crypt-Random-1.54.tar.gz 0000022368 21.8 KB
cpanspec.yml 0000000669 669 Bytes
perl-Crypt-Random.changes 0000002308 2.25 KB
perl-Crypt-Random.spec 0000002272 2.22 KB
Latest Revision
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 913798 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 13)
- updated to 1.54
   see /usr/share/doc/packages/perl-Crypt-Random/Changes
  1.54                                                     June 3, 2021
    * Removed a superfluous call to makerandom_itv() thanks to Larry
      Leszczynski <larryl@emailplus.org>.
    * Improved makerandom_itv test to ensure generated numbers are in the
      intterval.
    * Actually include t/chisquare.t
Comments 0
openSUSE Build Service is sponsored by