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

Last updated: May 19,2024

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

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

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

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

Learn how to uninstall libmath-random-tt800-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-random-tt800-perl
Priority: optional
Section: universe/perl
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.01-3build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libm/libmath-random-tt800-perl/libmath-random-tt800-perl_1.01-3build2_amd64.deb
Size: 9648
MD5sum: e290feff15f852b85cbb67d63c2e861a
SHA1: e1f750fc0e0f06d514d1c7dbdb5fac69b8a718f5
SHA256: 7a23bd2eee85aeb35a6dd1c66916bd26a03903bb9725407792eca038996670ac
Description-en: Perl module implementing the TT800 algorithm
Math::Random::TT800 provides an implementation of Makoto Matsumoto and Takuji
Nishimura's pseudorandom number generator (PRNG) algorithm called TT800. It is
similar to some other fantastic PRNG algorithms such as the Mersenne Twister
(see libmath-random-mt-perl) and ISAAC (see libmath-random-isaac-perl). This
particular implementation is particularly notable because it has no external
dependencies aside from Perl itself.
.
The algorithm itself is described in Matsumoto's article published in ACM
Transactions on Modelling and Computer Simulation, Volume 4, Issue 3, 1994,
pages 254-266.
.
This algorithm is similar to the Mersenne Twister algorithm but uses a smaller
array to hold state information (25 elements compared to MT's 624).
Consequently, the period is much smaller - 2^800-1 versus MT's 2^19937-1.
The period of ISAAC is 2^8295 values on average.
Description-md5: b9f910f9c5a8eb0e1b8fad9817bc6d49
Homepage: https://metacpan.org/release/Math-Random-TT800/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu