dieharder 3.31.1.2-1build1 source package in Ubuntu

Changelog

dieharder (3.31.1.2-1build1) jammy; urgency=medium

  * No-change rebuild against libgsl27

 -- Steve Langasek <email address hidden>  Tue, 07 Dec 2021 17:28:35 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe devel

Downloads

File Size SHA-256 Checksum
dieharder_3.31.1.2.orig.tar.gz 1.0 MiB a17c530c867d6c1d0bee7a1b3dc05ab8794c9bd43776b2806cdd0314a8d68124
dieharder_3.31.1.2-1build1.debian.tar.xz 8.8 KiB aaf5f44498e3c8ec2e70dffbebfd2a1a4450c6e0101be49b5155284c115efdc9
dieharder_3.31.1.2-1build1.dsc 2.2 KiB ac194cc215e9e28cd2975bb4f555bea41643b439e90738b3e09762315d0cf7f9

View changes file

Binary packages built by this source

dieharder: Random-number generator test front-end

 dieharder is a fairly involved random number/uniform deviate generator
 tester. It can either test any of its many prebuilt and linked
 generators (basically all of those in the GNU Scientific Library plus
 any others I've been able to find) or a potentially random dataset in a
 file. With file input, it can test either N-bit bitstrings (with N user
 specifiable) or (double precision) floating point numbers in the range
 [0.0,1.0) (uniform deviates). It is thus suitable for use in testing
 both software RNG's and hardware RNG's.
 .
 This package provides the command-line frontend.

dieharder-dbgsym: No summary available for dieharder-dbgsym in ubuntu kinetic.

No description available for dieharder-dbgsym in ubuntu kinetic.

libdieharder-dev: Random-number generator test library -- development package

 libdieharder is the core library of dieharder and friends, designed to
 be "the last suite of random number testers you'll ever wear". It can
 test any of its many prebuilt 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 dataset in either an
 ascii-formatted or raw (presumed 32 bit uint) 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 I have been
 able to find -- George Marsaglia's "diehard" battery of tests, STS
 (v1.6) from NIST FIPS, Knuth's tests, and more. Check in the man
 page(s) or /usr/share/dieharder*/dieharder.pdf for documentation.
 .
 This package provides the header files and the pdf manual.

libdieharder3: Random-number generator test library

 libdieharder is the core library of dieharder and friends, designed to
 be "the last suite of random number testers you'll ever wear". It can
 test any of its many prebuilt 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 dataset in either an
 ascii-formatted or raw (presumed 32 bit uint) 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 I have been
 able to find -- George Marsaglia's "diehard" battery of tests, STS
 (v1.6) from NIST FIPS, Knuth's tests, and more. Check in the man
 page(s) or /usr/share/dieharder*/dieharder.pdf for documentation.
 .
 This package provides the shared library.

libdieharder3-dbgsym: debug symbols for libdieharder3