Name: | dieharder-libs |
---|---|
Version: | 3.31.1 |
Release: | 9.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 531262 |
License: | GPLv2+ |
RPM: | dieharder-libs-3.31.1-9.el7.aarch64.rpm |
Source RPM: | dieharder-3.31.1-9.el7.src.rpm |
Build Date: | Thu May 24 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.phy.duke.edu/~rgb/General/dieharder.php |
Summary: | A library of random number generator tests and timing routines |
Description: | libdieharder is the core library of dieharder designed to be "the last suite of random number testers you'll ever wear". It can test any of its many pre-built and library linked generators (basically all of those in the Gnu Scientific Library plus a number of others from various sources) or a potentially random data-set in either an ASCII-formatted or raw (presumed 32 bit unsigned int) binary file. It is fairly straightforward to wrap new software generators for testing, or to add hardware generators that have a software interface for testing, and the file input method permits pretty much any software or hardware RNG to be tested using libdieharder calls. libdieharder has as a design goal the full encapsulation in an extensible shell of basically all the random number tests: George Marsaglia's "Diehard" battery of tests, STS (v1.6) from NIST FIPS, Knuth's tests, and more. Check the documentation for complete list. |
- Fixed issue when testing /dev/random and /dev/urandom 9generators 500 and 501) on 64-bit architecture. Refer to https://bugzilla.redhat.com/show_bug.cgi?id=803292 - Added support for the ARM 64 bit CPU architecture (aarch64)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Fix building for EPEL5
- Updates according to https://bugzilla.redhat.com/show_bug.cgi?id=744339#c14
- Updates according to https://bugzilla.redhat.com/show_bug.cgi?id=744339#c11
- Updates according to https://bugzilla.redhat.com/show_bug.cgi?id=744339#c9
- Update to 3.31.1 - It fixes build warnings