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

Last updated: May 11,2024

1. Install "libghc-mersenne-random-pure64-prof" package

Please follow the guidance below to install libghc-mersenne-random-pure64-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-mersenne-random-pure64-prof

2. Uninstall "libghc-mersenne-random-pure64-prof" package

Learn how to uninstall libghc-mersenne-random-pure64-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-mersenne-random-pure64-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-mersenne-random-pure64-prof
Priority: extra
Section: universe/haskell
Installed-Size: 122
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mersenne-random-pure64
Version: 0.2.0.4-5
Provides: libghc-mersenne-random-pure64-prof-0.2.0.4-42608
Depends: libghc-mersenne-random-pure64-dev (= 0.2.0.4-5), libghc-base-prof-4.8.2.0-0d6d1, libghc-old-time-prof-1.1.0.3-44943, libghc-random-prof-1.1-c46cc
Filename: pool/universe/h/haskell-mersenne-random-pure64/libghc-mersenne-random-pure64-prof_0.2.0.4-5_amd64.deb
Size: 16758
MD5sum: cc5ccf10a02f59783e3d6a7c3524620b
SHA1: ddbb4e05c1f631ba46eb19e0985055344f1c98de
SHA256: 003f3b5a45d56457609386ceedc5e512461b8663d1e375ea70d669fafe265443
Description-en: Fast pure pseudorandom number generator; profiling libraries
The Mersenne twister is a pseudorandom number generator developed by Makoto
Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
over a finite binary field. It provides for fast generation of very high
quality pseudorandom numbers.
.
This library provides a purely functional binding to the 64 bit classic
mersenne twister, along with instances of RandomGen, so the generator can be
used with System.Random. The generator should typically be a few times faster
than the default StdGen (but a tad slower than the impure 'mersenne-random'
library based on SIMD instructions and destructive state updates.
.
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: 04517ad245ca39bc7458f8628694c58d
Homepage: http://code.haskell.org/~dons/code/mersenne-random-pure64/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu