How to Install and Uninstall libmath-random-mt-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libmath-random-mt-perl" package

Please follow the guidelines below to install libmath-random-mt-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmath-random-mt-perl

2. Uninstall "libmath-random-mt-perl" package

This tutorial shows how to uninstall libmath-random-mt-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmath-random-mt-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmath-random-mt-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmath-random-mt-perl
Priority: optional
Section: universe/perl
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.17-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libm/libmath-random-mt-perl/libmath-random-mt-perl_1.17-1build1_amd64.deb
Size: 13678
MD5sum: 9623b21994aac55e157e052f5f66a45f
SHA1: 9abbc822f205caeaf15bd455e3c92a99590d4c16
SHA256: 1d031a0ab62b6aa147060436ca636c97b136a90f93f900c5ed5484c285a38e76
Description-en: Perl implementation of the Mersenne Twister algorithm
Math::Random::MT provides an implementation of the Mersenne Twister
pseudorandom number generator algorithm developed by Makoto Matsumoto
and Takuji Nishimura.
.
It is related to but a different algorithm than a previous work by
the same authors - the TT800 algorithm, which keeps less state data
(MT uses 624 numbers compared to TT800's 25). Consequently, the
period is much larger - 2^19937-1 compared to TT800's 2^800-1. For
comparison, ISAAC's period is 2^8295 values on average.
.
For more information, peruse M. Matsumoto and T. Nishimura's paper:
.
Description-md5: ebdfc64a41c3239a7ebb6bee6083379e
Homepage: https://metacpan.org/release/Math-Random-MT
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu