dieharder 3.31.1.4-1 source package in Ubuntu

Changelog

dieharder (3.31.1.4-1) unstable; urgency=medium

  * New upstream minor release, now sync'ed with 'public' github

  * debian/control: Set Standards-Version: to current version 
  * debian/control: Switch to virtual debhelper-compat (= 12)

  * debian/control: Set our upstream as the homepage, will reference the
    original repo by RGB there

 -- Dirk Eddelbuettel <email address hidden>  Wed, 21 Dec 2022 07:10:53 -0600

Upload details

Uploaded by:
Dirk Eddelbuettel
Uploaded to:
Sid
Original maintainer:
Dirk Eddelbuettel
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
dieharder_3.31.1.4-1.dsc 2.0 KiB cfc7ed721bc0e04207a734f6cc61d4241a471ca597dfcdb0d3e11d45bc85bb70
dieharder_3.31.1.4.orig.tar.gz 1.0 MiB ddb8961c4809483b0478d882b21ea003cc3af6d039a186794e6d93b724e7f5fd
dieharder_3.31.1.4-1.debian.tar.xz 8.4 KiB 04d96003949937e704562253e42508601afd2f6bf8f23b16fe209bea8487cf58

Available diffs

No changes file available.

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.

libdieharder3: No summary available for libdieharder3 in ubuntu noble.

No description available for libdieharder3 in ubuntu noble.

libdieharder3-dbgsym: debug symbols for libdieharder3