Tue, 13 Jan 2026 12:06:48 CST | login

Information for build perl-Test-MockRandom-1.01-1.oc9

ID23287
Package Nameperl-Test-MockRandom
Version1.01
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-MockRandom.git?.#51ddb5afd9b2768d665f490768f24610f7714553
SummaryReplaces random number generation with non-random number generation
DescriptionThis 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 19:37:57 CST
CompletedMon, 03 Jun 2024 19:39:32 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Test-MockRandom.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-MockRandom.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Test-MockRandom-1.01-1.oc9.src.rpm (info) (download)
noarch
perl-Test-MockRandom-1.01-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.01-1 - initial build