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

Last updated: July 21,2024

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

This guide let you learn how to install libghc-mwc-random-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the step by step instructions below to uninstall libghc-mwc-random-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mwc-random-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1762
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mwc-random
Version: 0.13.3.2-3build1
Provides: libghc-mwc-random-prof-0.13.3.2-168a8
Depends: libghc-mwc-random-dev (= 0.13.3.2-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-primitive-prof-0.6.1.0-b2a7b, libghc-time-prof-1.5.0.1-1b9a5, libghc-vector-prof-0.11.0.0-c6a21
Filename: pool/universe/h/haskell-mwc-random/libghc-mwc-random-prof_0.13.3.2-3build1_amd64.deb
Size: 165332
MD5sum: c8dc55996e526777934b3f64f74bf0a0
SHA1: 456f972b1a2052adc30771c81d8357b9fdc65569
SHA256: da66e572f2b52347e5bf640ac256dde968195cbe0c57332a73673851e3660349
Description-en: Fast, high quality pseudo random number generation; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5890ef5ec6975e34746c499a872abf82
Homepage: https://github.com/bos/mwc-random
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu