Name: | dieharder |
---|---|
Version: | 3.31.1 |
Release: | 9.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 915894 |
License: | GPLv2+ |
RPM: | dieharder-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: | Random number generator tester and timer |
Description: | dieharder is a fairly involved random number/uniform deviate generator tester. It can either test any of its many pre-built and linked generators (basically all of those in the Gnu Scientific Library plus some others) or a potentially random data-set in a file. With file input, it can manage either a variety of ASCII-formatted input or a raw binary bit string. It is thus suitable for use in testing both software RNG's and hardware RNG's. dieharder does all of its work with a standalone, extensible library, libdieharder. Therefore its tests can be integrated into other programs. dieharder encapsulates following 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 of the tests and references where possible. It is intended to be the "Swiss army knife of random number testers", or "the last suite of random number testers you'll ever wear". |
- 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