dieharder 3.31.1.4-1.1build2 source package in Ubuntu

Changelog

dieharder (3.31.1.4-1.1build2) oracular; urgency=medium

  * Rebuild against new libgsl28.

 -- Gianfranco Costamagna <email address hidden>  Tue, 30 Jul 2024 08:35:01 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
dieharder_3.31.1.4.orig.tar.gz 1.0 MiB ddb8961c4809483b0478d882b21ea003cc3af6d039a186794e6d93b724e7f5fd
dieharder_3.31.1.4-1.1build2.debian.tar.xz 8.8 KiB a76abdf933459ba8de7b13fdcf69bd932880d40af0a82fbcafec383ec8c8557b
dieharder_3.31.1.4-1.1build2.dsc 2.2 KiB 74ce9e4c42d338ae1c0477f66c6c433e62e306df92195d42dc15c95e6d415836

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: debug symbols for dieharder
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.

libdieharder3t64: 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.

libdieharder3t64-dbgsym: debug symbols for libdieharder3t64