How to Install and Uninstall libghc-tf-random-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libghc-tf-random-dev" package

Please follow the step by step instructions below to install libghc-tf-random-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-tf-random-dev

2. Uninstall "libghc-tf-random-dev" package

Please follow the guidelines below to uninstall libghc-tf-random-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-tf-random-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-tf-random-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-tf-random-dev
Priority: extra
Section: universe/haskell
Installed-Size: 658
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-tf-random
Version: 0.5-5
Provides: libghc-tf-random-dev-0.5-be1be
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-primitive-dev-0.6.1.0-b2a7b, libghc-random-dev-1.1-c46cc, libghc-time-dev-1.5.0.1-1b9a5, libc6 (>= 2.2.5)
Suggests: libghc-tf-random-doc, libghc-tf-random-prof
Filename: pool/universe/h/haskell-tf-random/libghc-tf-random-dev_0.5-5_amd64.deb
Size: 76192
MD5sum: 63945ed8283ca256b87855f405da7b63
SHA1: cda11f5550848d453dda03883259218e6e82f3e2
SHA256: 2210c90b6f820a576fab8a2619e08db6f34e5421735fd6d855ef30f77c4af50f
Description-en: High-quality splittable pseudorandom number generator
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 78d4f7ce5893801a7d53bd97e4e1d155
Homepage: http://hackage.haskell.org/package/tf-random
Ghc-Package: tf-random-0.5-be1be3a7eeba5ee8baa6cee25a76f884
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu