Tue, 28 Apr 2026 08:21:06 CST | login

Information for build pcg-cpp-0.98.1^20220408git428802d-2.oc9

ID38822
Package Namepcg-cpp
Version0.98.1^20220408git428802d
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/pcg-cpp.git?.#b937b6c03b7337609a8d869544e47e8962f33c95
SummaryPCG Random Number Generation, C++ Edition
DescriptionThis code provides an implementation of the PCG family of random number generators, which are fast, statistically excellent, and offer a number of useful features. Full details can be found at the PCG-Random website (http://www.pcg-random.org/). This version of the code provides many family members – if you just want one simple generator, you may prefer the minimal C version of the library. There are two kinds of generator, normal generators and extended generators. Extended generators provide k dimensional equidistribution and can perform party tricks, but generally speaking most people only need the normal generators. There are two ways to access the generators, using a convenience typedef or by using the underlying templates directly (similar to C++11’s std::mt19937 typedef vs its std::mersenne_twister_engine template). For most users, the convenience typedef is what you want, and probably you’re fine with pcg32 for 32-bit numbers. If you want 64-bit numbers, either use pcg64 (or, if you’re on a 32-bit system, making 64 bits from two calls to pcg32_k2 may be faster).
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 15:35:04 CST
CompletedFri, 13 Jun 2025 15:39:36 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/pcg-cpp.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/pcg-cpp.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
pcg-cpp-0.98.1^20220408git428802d-2.oc9.src.rpm (info) (download)
noarch
pcg-cpp-devel-0.98.1^20220408git428802d-2.oc9.noarch.rpm (info) (download)
pcg-cpp-doc-0.98.1^20220408git428802d-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
aarch64
dnf.log
dnf.librepo.log
dnf.rpm.log
state.log
root.log
hw_info.log
mock_output.log
build.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.98.1^20220408git428802d-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.98.1^20220408git428802d-1 - initial build