Sat, 28 Sep 2024 01:55:47 UTC | login

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

ID214474
Package Namepcg-cpp
Version0.98.1^20220408git428802d
Release2.fc37
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 26 Oct 2022 13:34:02 UTC
CompletedWed, 26 Oct 2022 13:34:02 UTC
Tags
f37
f38
RPMs
src
pcg-cpp-0.98.1^20220408git428802d-2.fc37.src.rpm (info) (download)
noarch
pcg-cpp-devel-0.98.1^20220408git428802d-2.fc37.noarch.rpm (info) (download)
pcg-cpp-doc-0.98.1^20220408git428802d-2.fc37.noarch.rpm (info) (download)
Changelog * 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 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.98.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.98.1-2 - Let the -devel package be noarch * Mon Sep 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.98.1-1 - Initial package (close RHBZ#2003169)