Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource pcg-cpp-devel

This 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).

Found 1 sites for pcg-cpp-devel

Found 6 RPM for pcg-cpp-devel

PackageSummaryDistributionDownload
pcg-cpp-devel-0.98.1-4.20220408git428802d.el7.ppc64le.htmlPCG Random Number Generation, C++ EditionEPEL 7 for ppc64lepcg-cpp-devel-0.98.1-4.20220408git428802d.el7.ppc64le.rpm
pcg-cpp-devel-0.98.1-4.20220408git428802d.el7.x86_64.htmlPCG Random Number Generation, C++ EditionEPEL 7 for x86_64pcg-cpp-devel-0.98.1-4.20220408git428802d.el7.x86_64.rpm
pcg-cpp-devel-0.98.1-2.20220420git428802d.el8.aarch64.htmlPCG Random Number Generation, C++ EditionEPEL 8 for aarch64pcg-cpp-devel-0.98.1-2.20220420git428802d.el8.aarch64.rpm
pcg-cpp-devel-0.98.1-2.20220420git428802d.el8.ppc64le.htmlPCG Random Number Generation, C++ EditionEPEL 8 for ppc64lepcg-cpp-devel-0.98.1-2.20220420git428802d.el8.ppc64le.rpm
pcg-cpp-devel-0.98.1-2.20220420git428802d.el8.s390x.htmlPCG Random Number Generation, C++ EditionEPEL 8 for s390xpcg-cpp-devel-0.98.1-2.20220420git428802d.el8.s390x.rpm
pcg-cpp-devel-0.98.1-2.20220420git428802d.el8.x86_64.htmlPCG Random Number Generation, C++ EditionEPEL 8 for x86_64pcg-cpp-devel-0.98.1-2.20220420git428802d.el8.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet