testu01 1.2.3+ds1-3 source package in Ubuntu

Changelog

testu01 (1.2.3+ds1-3) unstable; urgency=medium

  * RC fix release, migration to C23 (Closes: 1093361, see introduced patch).
  * Debianization:
    - d/patches/*:
      - d/p/upstream-fix-migration_to_C23-cleanup.patch, introduce;
    - d/adhoc/examples/Makefile, harden (Closes: #1094137);
    - d/control:
      - debhelper, bump to 13 (refresh Build-Depends field);
      - Standards Version, bump to 4.7.0 (no change);
    - d/{copyright,adhoc/examples/Makefile}:
      - copyright year tuples, update;
    - various minor janitorial changes.

 -- Jerome Benoit <email address hidden>  Sat, 25 Jan 2025 19:01:16 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release multiverse misc

Downloads

File Size SHA-256 Checksum
testu01_1.2.3+ds1-3.dsc 3.2 KiB 7d3caf125a9a3ea13136d2ea4479cdeaba5024c145f18a40bf5f0b41638ed03c
testu01_1.2.3+ds1.orig.tar.xz 561.6 KiB b4b6323170d7cbb4fa0e1131cb849edefb4cd1a651093b5d9aa017ad22d198dd
testu01_1.2.3+ds1-3.debian.tar.xz 12.0 MiB 1ac245791b8b8fa26a4b927bc3ad7042828525dfc008f72d395ec622257584ee

No changes file available.

Binary packages built by this source

libtestu01-0-dev: testing suite for uniform random number generators -- libdevel

 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package contains the static libraries and symbolic links that
 developers using the TestU01 libraries will need.

libtestu01-0-dev-common: testing suite for uniform random number generators -- headers

 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package contains the header files that developers using the TestU01
 libraries will need.

libtestu01-0t64: testing suite for uniform random number generators -- libs

 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides the shared libraries required to run programs
 compiled against the TestU01 library. To compile your own programs you
 also need to install the libtestu01-0-dev package.

libtestu01-0t64-dbgsym: debug symbols for libtestu01-0t64
testu01-bin: testing suite for uniform random number generators -- utils

 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides command line utilities.

testu01-bin-dbgsym: debug symbols for testu01-bin
testu01-data: testing suite for uniform random number generators -- data

 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides the essential TestU01 architecture independent
 material, namely shared data.

testu01-doc: testing suite for uniform random number generators -- doc

 TestU01 is a software library, implemented in the ANSI C language, and
 offering a collection of utilities for the empirical statistical testing
 of uniform random number generators.
 .
 TestU01 implements several types of random number generators in generic
 form, as well as many specific generators proposed in the literature or
 found in widely-used software. It provides general implementations of the
 classical statistical tests for random number generators, as well as several
 others proposed in the literature, and some original ones. These tests can
 be applied to the generators predefined in the library and to user-defined
 generators. Specific tests suites for either sequences of uniform random
 numbers in [0,1] or bit sequences are also provided, as well as basic tools
 for plotting vectors of points produced by generators and more advanced
 tools for more involved tests and usage.
 .
 This package provides the user guides of the TestU01 software library suite;
 it also contains examples.