Click here to visit the old openkoji buildsystem (Archived)

Information for build pcg-cpp-0.98.1^20220408git428802d-12.fc40

ID33829
Package Namepcg-cpp
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.98.1^20220408git428802d
Release12.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/pcg-cpp.git#04748973bb86ec10e4703d262c690383af83211b
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 04 May 2024 08:00:07 CST
CompletedSat, 04 May 2024 08:11:49 CST
Taskbuild (f40, /rpms/pcg-cpp.git:04748973bb86ec10e4703d262c690383af83211b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pcg-cpp.git#04748973bb86ec10e4703d262c690383af83211b'}}
Tags
f40
RPMs
src
pcg-cpp-0.98.1^20220408git428802d-12.fc40.src.rpm (info) (download)
noarch
pcg-cpp-devel-0.98.1^20220408git428802d-12.fc40.noarch.rpm (info) (download)
pcg-cpp-doc-0.98.1^20220408git428802d-12.fc40.noarch.rpm (info) (download)
Logs
riscv64
build.log
state.log
root.log
installed_pkgs.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20220408git428802d-9 - Remove explicit %set_build_flags, not needed since F36 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 21 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20220408git428802d-4 - Leaf package: remove i686 support * Thu Oct 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20220408git428802d-3 - Update License to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20220408git428802d-1 - Fix bug in pcg128_t/engine operator>> * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20210405gitffd522e-1 - Drop “forge” macros and use “modern” snapshot versioning