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

Last updated: May 20,2024

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

This guide let you learn how to install libghc-mersenne-random-pure64-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libghc-mersenne-random-pure64-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mersenne-random-pure64-doc
Priority: extra
Section: universe/doc
Installed-Size: 157
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-mersenne-random-pure64
Version: 0.2.0.4-5
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-random-doc
Filename: pool/universe/h/haskell-mersenne-random-pure64/libghc-mersenne-random-pure64-doc_0.2.0.4-5_all.deb
Size: 23414
MD5sum: 23b405d224950cf758c3ec4ad500a08c
SHA1: 5aaf6f199bd8dfa858ed6b343ba16ba2f7fd212d
SHA256: 913440f728c44fe2607966a061fb0ab92e87f425e3a1ba19b27e588bff1ed621
Description-en: Fast pure pseudorandom number generator; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: cccbd488c2441a59043fe1e3723ceb49
Homepage: http://code.haskell.org/~dons/code/mersenne-random-pure64/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu