-
-
22 May 1996 19:26:52 UTC
- Distribution: Math-TrulyRandom
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (7 / 33 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 random numbers 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 function developed by Matt Blaze and Don Mitchell, and is copyright of AT&T. Other parts of this perl extension are copyright of Systemics Ltd ( http://www.systemics.com/ ).
Module Install Instructions
To install Math::TrulyRandom, copy and paste the appropriate command in to your terminal.
cpanm Math::TrulyRandom
perl -MCPAN -e shell install Math::TrulyRandom
For more information on module installation, please visit the detailed CPAN module installation guide.