SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Net-Random rpm build for : OpenSuSE. For other distributions click perl-Net-Random.

Name : perl-Net-Random
Version : 2.32 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 17:47:21
Group : Development/Libraries/Perl Source RPM : perl-Net-Random-2.32-lp155.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : get random data from online sources
Description :
The three sources of randomness above correspond to
https://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex,
https://random.org/cgi-bin/randbyte?nbytes=1024&format=hex and
https://qrng.anu.edu.au/API/jsonI.php?length=1024&size=1&type=uint8. We
always get chunks of 1024 bytes at a time, storing it in a pool which is
used up as and when needed. The pool is shared between all objects using
the same randomness source. When we run out of randomness we go back to the
source for more juicy random goodness.

If you have set a http_proxy variable in your environment, this will be
honoured.

While we always fetch 1024 bytes, data can be used up one, two, three or
four bytes at a time, depending on the range between the minimum and
maximum desired values. There may be a noticeable delay while more random
data is fetched.

The maintainers of all the randomness sources claim that their data is
*truly* random. A some simple tests show that they are certainly more
random than the \'rand()\' function on this \'ere machine.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-N/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Net-Random-2.32-lp155.1.1.noarch.rpm
     

Provides :
perl(Net::Random)
perl-Net-Random

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Encode::Locale) >= 1.01
perl(JSON) >= 2.9
perl(LWP::Protocol::https)
perl(LWP::UserAgent)
perl(Test::MockObject) >= 1.07
perl(Test::More) >= 0.64
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Net
/usr/lib/perl5/vendor_perl/5.26.1/Net/Random.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Net-Random
/usr/share/doc/packages/perl-Net-Random/CHANGELOG
/usr/share/doc/packages/perl-Net-Random/GPL2.txt
/usr/share/doc/packages/perl-Net-Random/README
/usr/share/doc/packages/perl-Net-Random/TODO
/usr/share/doc/packages/perl-Net-Random/example
/usr/share/doc/packages/perl-Net-Random/example/dice
/usr/share/licenses/perl-Net-Random
/usr/share/licenses/perl-Net-Random/ARTISTIC.txt
/usr/share/man/man3/Net::Random.3pm.gz

 
ICM