haskell-tf-random 0.5-11build2 source package in Ubuntu

Changelog

haskell-tf-random (0.5-11build2) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 05:47:57 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-tf-random_0.5.orig.tar.gz 18.0 KiB 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510
haskell-tf-random_0.5-11build2.debian.tar.xz 4.0 KiB 04b9dc6e0d32894719cb662396163641e365892a92ffd9eacb128d28413099e6
haskell-tf-random_0.5-11build2.dsc 2.5 KiB aee69af0a0e8e3ae01f6372d4638073ffb1143605fcada8631dfcf42314a9416

View changes file

Binary packages built by this source

libghc-tf-random-dev: No summary available for libghc-tf-random-dev in ubuntu kinetic.

No description available for libghc-tf-random-dev in ubuntu kinetic.

libghc-tf-random-doc: No summary available for libghc-tf-random-doc in ubuntu kinetic.

No description available for libghc-tf-random-doc in ubuntu kinetic.

libghc-tf-random-prof: high-quality splittable pseudorandom number generator; profiling libraries

 This package contains an implementation of a high-quality splittable
 pseudorandom number generator. The generator is based on a cryptographic hash
 function built on top of the ThreeFish block cipher. See the paper Splittable
 Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
 for details and the rationale of the design.
 .
 The package provides the following:
 .
  * A splittable PRNG that implements the standard System.Random.RandomGen class.
 .
  * The generator also implements an alternative version of the
    System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
    which requires the generator to return pseudorandom integers from the full
    32-bit range, and contains an n-way split function.
 .
  * An alternative version of the Random class is provided, which is linked to
    the new RandomGen class, together with Random instances for some integral
    types.
 .
  * Two functions for initialising the generator with a non-deterministic
    seed: one using the system time, and one using the /dev/urandom UNIX
    special file.
 .
 Please note that even though the generator provides very high-quality
 pseudorandom numbers, it has not been designed with cryptographic applications
 in mind.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.