How to Install and Uninstall libtest-mockrandom-perl Package on Kali Linux

Last updated: April 28,2024

1. Install "libtest-mockrandom-perl" package

This guide let you learn how to install libtest-mockrandom-perl on Kali Linux

$ sudo apt update $ sudo apt install libtest-mockrandom-perl

2. Uninstall "libtest-mockrandom-perl" package

Please follow the guidelines below to uninstall libtest-mockrandom-perl on Kali Linux:

$ sudo apt remove libtest-mockrandom-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-mockrandom-perl package on Kali Linux

Package: libtest-mockrandom-perl
Version: 1.01-3
Installed-Size: 44
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 17060
SHA256: b643671ae0247b81aa0db7632749d45c58977bc3f1330cb3b789e20efd8f9c81
SHA1: 1be76c2cc13f057bce194394809b8078ce63137d
MD5sum: f535ffaa05f8a4189c1bea7d37a836d1
Description: module to replace random number generation with non-random number generation
The Test::MockRandom module replaces random number generation with non-random
number generation.
.
This perhaps ridiculous-seeming module was created to test routines that
manipulate random numbers by providing a known output from rand. Given a
list of seeds with srand, it will return each in turn. After seeded
random numbers are exhausted, it will always return 0. Seed numbers must
be of a form that meets the expected output from rand as called with no
arguments -- i.e. they must be between 0 (inclusive) and 1 (exclusive).
In order to facilitate generating and testing a nearly-one number, this
module exports the function oneish, which returns a number just
fractionally less than one.
.
Depending on how this module is called with use, it will export rand to
a specified package (e.g. a class being tested) effectively overriding
and intercepting calls in that package to the built-in rand. It can also
override rand in the current package or even globally. In all of these
cases, it also exports srand and oneish to the current package in order
to control the output of rand.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Test-MockRandom
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-mockrandom-perl/libtest-mockrandom-perl_1.01-3_all.deb