Sat, 16 Nov 2024 05:16:22 UTC | login

Information for RPM pcg-cpp-0.98.1^20220408git428802d-2.fc37.src.rpm

ID859210
Namepcg-cpp
Version0.98.1^20220408git428802d
Release2.fc37
Epoch
Archsrc
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).
Build Time2022-07-22 03:04:23 GMT
Size94.21 KB
fa169a93a37e07c485bfaf7159295c18
LicenseMIT or ASL 2.0
Provides
pcg-cpp-devel = 0.98.1^20220408git428802d-2.fc37
pcg-cpp-doc = 0.98.1^20220408git428802d-2.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
gcc-c++
make
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
pcg-cpp-428802d1a5634f96bcd0705fab379ff0113bcf13.tar.gz76.39 KB
pcg-cpp.spec3.94 KB
Component of No Buildroots