SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-MockRandom rpm build for : openSUSE Leap 15. For other distributions click perl-Test-MockRandom.

Name : perl-Test-MockRandom
Version : 1.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp151.3.1 Date : 2018-12-03 21:26:01
Group : Development/Libraries/Perl Source RPM : perl-Test-MockRandom-1.01-lp151.3.1.src.rpm
Size : 0.05 MB
Packager : (none)
Summary : Replaces random number generation with non-random number generation
Description :
This perhaps ridiculous-seeming module was created to test routines that
manipulate random numbers by providing a known output from \'rand\'. Given a
list of seeds with \'srand\', it will return each in turn. After seeded
random numbers are exhausted, it will always return 0. Seed numbers must be
of a form that meets the expected output from \'rand\' as called with no
arguments -- i.e. they must be between 0 (inclusive) and 1 (exclusive). In
order to facilitate generating and testing a nearly-one number, this module
exports the function \'oneish\', which returns a number just fractionally
less than one.

Depending on how this module is called with \'use\', it will export \'rand\' to
a specified package (e.g. a class being tested) effectively overriding and
intercepting calls in that package to the built-in \'rand\'. It can also
override \'rand\' in the current package or even globally. In all of these
cases, it also exports \'srand\' and \'oneish\' to the current package in order
to control the output of \'rand\'. See USAGE for details.

Alternatively, this module can be used to generate objects, with each
object maintaining its own distinct seed array.

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

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Test::MockRandom)
perl-Test-MockRandom

Requires :
perl(:MODULE_COMPAT_5.26.1)
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/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/MockRandom.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-MockRandom
/usr/share/doc/packages/perl-Test-MockRandom/CONTRIBUTING
/usr/share/doc/packages/perl-Test-MockRandom/Changes
/usr/share/doc/packages/perl-Test-MockRandom/LICENSE
/usr/share/doc/packages/perl-Test-MockRandom/README
/usr/share/doc/packages/perl-Test-MockRandom/examples
/usr/share/doc/packages/perl-Test-MockRandom/examples/mock-rand.t
/usr/share/man/man3/Test::MockRandom.3pm.gz

 
ICM