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

Last updated: May 21,2024

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

This tutorial shows how to install libmath-random-isaac-perl on Kali Linux

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

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

This is a short guide on how to uninstall libmath-random-isaac-perl on Kali Linux:

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

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

Package: libmath-random-isaac-perl
Version: 1.004-2
Installed-Size: 54
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libmath-random-isaac-xs-perl
Size: 20356
SHA256: 7a9d96905c60879103128b866d0e6b68435d1d5cbd8aaa8b233b727995228650
SHA1: e59d82a8473796b3c38bff0ad1504254bb3c2859
MD5sum: c4d5ecb21424c860020f0cb60fb45d24
Description: Perl interface to the ISAAC PRNG Algorithm
Math::Random::ISAAC implements the ISAAC (Indirection, Shift, Accumulate, Add
and Count) pseudorandom number generator (PRNG) algorithm described on the
project page at:
.
As with other algorithms like the Mersenne Twister (see Math::Random::MT),
this algorithm is designed to take some seed information and produce seemingly
random results as output.
.
The results are uniformly distributed, unbiased, and unpredictable unless you
know the seed. The algorithm was published by Bob Jenkins in the late 1990s
and despite the best efforts of many security researchers, no feasible attacks
have been found to date.
.
For comparison with other algorithms intended to generate random data, the
Mersenne Twister has a period of 2^19937-1, the related TT800 has a period
of 2^800-1 values. ISAAC has a period of 2^8295 values on average.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Math-Random-ISAAC
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-random-isaac-perl/libmath-random-isaac-perl_1.004-2_all.deb