-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2024-a3af1cec53 2024-12-22 02:00:45.594068+00:00 -------------------------------------------------------------------------------- Name : pcg-cpp Product : Fedora 41 Version : 0.98.1^20220408git428802d Release : 16.fc41 URL : https://github.com/imneme/pcg-cpp Summary : PCG Random Number Generation, C++ Edition Description : 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). -------------------------------------------------------------------------------- Update Information: Add a SourceLicense field -------------------------------------------------------------------------------- ChangeLog: * Fri Dec 13 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.98.1^20220408git428802d-16 - Add a SourceLicense field -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2024-a3af1cec53' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys --------------------------------------------------------------------------------
-- _______________________________________________ package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue