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

Last updated: May 17,2024

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

Please follow the guidelines below to install libghc-mwc-random-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libghc-mwc-random-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mwc-random-doc
Priority: extra
Section: universe/doc
Installed-Size: 462
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-mwc-random
Version: 0.13.3.2-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-primitive-doc, libghc-vector-doc
Filename: pool/universe/h/haskell-mwc-random/libghc-mwc-random-doc_0.13.3.2-3build1_all.deb
Size: 48020
MD5sum: 26c3ffe3b91a33221a84dde8b5cd65ac
SHA1: a968133e6fa00e14a1daec434278d86168403a8b
SHA256: a60bc8c6b338a7959972286e1034ddec705f8771225b6070b5f0eb008bfa8ff9
Description-en: Fast, high quality pseudo random number generation; documentation
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well in
tests of randomness. It is also extremely fast, between 2 and 3 times faster
than the Mersenne Twister.
.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
.
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: 56f9114595dfea8ff579ecad066f4f72
Homepage: https://github.com/bos/mwc-random
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu