How to Install and Uninstall libmath-random-tt800-perl Package on Kali Linux

Last updated: May 20,2024

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

Please follow the guidelines below to install libmath-random-tt800-perl on Kali Linux

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

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

Please follow the steps below to uninstall libmath-random-tt800-perl on Kali Linux:

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

3. Information about the libmath-random-tt800-perl package on Kali Linux

Package: libmath-random-tt800-perl
Source: libmath-random-tt800-perl (1.01-4)
Version: 1.01-4+b2
Installed-Size: 44
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3)
Size: 10076
SHA256: 79b8f8dc185c822a2ff92a622db3a53a29479a5d9132cb2d78fd9597de94fb4c
SHA1: 5c94c5f49a9f0aeb4ae140166995518e854da62a
MD5sum: 4fbf32c6b02fcc8270706e2c6d3344ee
Description: 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:
Homepage: https://metacpan.org/release/Math-Random-TT800
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-random-tt800-perl/libmath-random-tt800-perl_1.01-4+b2_amd64.deb