https://bugzilla.redhat.com/show_bug.cgi?id=1366568 Bug ID: 1366568 Summary: Review Request: perl-Test-MockRandom - Replaces random number generation with non-random number generation Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: jplesnik@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: https://jplesnik.fedorapeople.org/perl-Test-MockRandom/perl-Test-MockRandom.spec SRPM URL: https://jplesnik.fedorapeople.org/perl-Test-MockRandom/perl-Test-MockRandom-1.01-1.fc26.src.rpm 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. Fedora Account System Username: jplesnik@xxxxxxxxxx -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx