Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-MockRandom-1.01-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Test-MockRandom Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.01 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 02:21:09 2021
Group: Development/Libraries/Perl Build host: lamb58
Size: 55888 Source RPM: perl-Test-MockRandom-1.01-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Test-MockRandom/
Summary: Replaces random number generation with non-random number generation
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.

Provides

Requires

License

Apache-2.0

Changelog

* Sat Oct 08 2016 coolo@suse.com
  - initial package 1.01
    * created by cpanspec 1.78.08

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024