Mon, 12 Jan 2026 18:12:57 CST | login

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

ID39677
Package Nameperl-Test-MockRandom
Version1.01
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-MockRandom.git?.#2f1a7e2c81bc1cf0ca4821a2295a8cc514411371
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 19:49:47 CST
CompletedFri, 13 Jun 2025 19:53:35 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-2.oc9.src.rpm (info) (download)
noarch
perl-Test-MockRandom-1.01-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.01-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.01-1 - initial build