MAN page from Old RedHat 6.X perl-Math-TrulyRandom-1.0-7.i386.rpm
TRULYRANDOM
Section: User Contributed Perl Documentation (1)
Updated: perl 5.005, patch 03
Index NAME
TrulyRandom - Perl interface to a truly random number generator function
SYNOPSIS
use Math::TrulyRandom; $random = truly_random_value();
DESCRIPTION
The
TrulyRandom module provides an ability to generate truly randomnumbers from within Perl programs.The source of the randomness is from interrupt timing discrepancies.
EXAMPLE
$random = truly_random_value();
BUGS
The random numbers take a long time (in computer terms) to generate,so are only really useful for seeding pseudo random sequence generators.
COPYRIGHT
This implementation derives from the truly random number generator functiondeveloped by Matt Blaze and Don Mitchell, and is copyrightof AT&T.Other parts of this perl extension arecopyright of Systemics Ltd (
http://www.systemics.com/ ).
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- EXAMPLE
- BUGS
- COPYRIGHT
This document was created byman2html,using the manual pages.