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

Last updated: March 15,2025

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

Here is a brief guide to show you how to install libghc-tf-random-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libghc-tf-random-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-tf-random-doc
Priority: extra
Section: universe/doc
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-tf-random
Version: 0.5-5
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-random-doc
Filename: pool/universe/h/haskell-tf-random/libghc-tf-random-doc_0.5-5_all.deb
Size: 30798
MD5sum: 97fe15d7b0d204bc231652c55490545e
SHA1: 606fce58b7944f30784030b5abcc6c72d71be4d0
SHA256: b4ddd507fffed6ad1370718c5cf1a89f642041cc075930f692230dc462f2f836
Description-en: High-quality splittable pseudorandom number generator; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: d71bc95286b9461a39f328efd1d459e6
Homepage: http://hackage.haskell.org/package/tf-random
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu