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

Last updated: May 17,2024

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

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

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

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

This guide covers the steps necessary to uninstall libmath-random-isaac-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-random-isaac-perl
Priority: optional
Section: universe/perl
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.003-1
Depends: perl
Recommends: libmath-random-isaac-xs-perl
Filename: pool/universe/libm/libmath-random-isaac-perl/libmath-random-isaac-perl_1.003-1_all.deb
Size: 21288
MD5sum: b62e4b7ee9858c7f7943365de80ac6c3
SHA1: 6747113ad9f7678bfcccc246ca98e29529d959ee
SHA256: 90349c72e9a20dda50f9936d39710d42b8419ec681a4e4c535941e1d116f7e63
Description-en: 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: 979461586e1145474de0835f739282b9
Homepage: http://search.cpan.org/dist/Math-Random-ISAAC/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu