The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Math::TrulyRandom"

TrulyRandom.pm River stage zero No dependents

GARY/Math-TrulyRandom-1.0 - 22 May 1996 19:26:52 UTC - Search in distribution
  • TrulyRandom - Perl interface to a truly random number generator function

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Data::Rand - Random string and list utility River stage one • 1 direct dependent • 2 total dependents

Simple interface to easily get a string or array made of randomly chosen pieces of a set of data....

DMUEY/Data-Rand-0.0.4 - 25 Jul 2008 02:16:39 UTC - Search in distribution

Crypt::CipherSaber - Perl module implementing CipherSaber encryption. River stage one • 1 direct dependent • 1 total dependent

The Crypt::CipherSaber module implements CipherSaber encryption, described at <http://ciphersaber.gurus.com/>. It is simple, fairly speedy, and relatively secure algorithm based on RC4. *Relatively*, given RC4. Encryption and decryption are done base...

CHROMATIC/Crypt-CipherSaber-1.01 - 23 May 2015 18:38:05 UTC - Search in distribution

Crypt::Random::Seed - Simple method to get strong randomness River stage two • 2 direct dependents • 82 total dependents

A simple mechanism to get strong randomness. The main purpose of this module is to provide a simple way to generate a seed for a PRNG such as Math::Random::ISAAC, for use in cryptographic key generation, or as the seed for an upstream module such as ...

DANAJ/Crypt-Random-Seed-0.03 - 16 Feb 2013 17:38:52 UTC - Search in distribution

Crypt::Random::TESHA2 - Random numbers using timer/schedule entropy River stage two • 1 direct dependent • 83 total dependents

Generate random numbers using entropy gathered from timer / scheduler jitter. This can be used to generate non-pseudorandom data to seed a PRNG (e.g. "srand"/"rand", Math::Random::MT, etc.) or CSPRNG (e.g. AES-CTR or Math::Random::ISAAC). You may use...

DANAJ/Crypt-Random-TESHA2-0.01 - 11 Jan 2013 17:55:02 UTC - Search in distribution

Math::Random::OO - Consistent object-oriented interface for generating random numbers River stage one • 2 direct dependents • 4 total dependents

CPAN contains many modules for generating random numbers in various ways and from various probability distributions using pseudo-random number generation algorithms or other entropy sources. (The "SEE ALSO" section has some examples.) Unfortunately, ...

DAGOLDEN/Math-Random-OO-0.22 - 09 Jun 2013 19:08:46 UTC - Search in distribution

Math::RandomOrg - Retrieve random numbers and data from random.org. River stage zero No dependents

Math::RandomOrg provides functions for retrieving random data from the random.org server. Data may be retrieved in an integer or byte-stream format using the "randnum" and "randbyte" functions respectively....

GWILLIAMS/Math-RandomOrg-0.04 - 27 Nov 2006 18:52:51 UTC - Search in distribution

Math::Random::Secure - Cryptographically-secure, cross-platform replacement for rand() River stage two • 18 direct dependents • 28 total dependents

This module is intended to provide a cryptographically-secure replacement for Perl's built-in "rand" function. "Crytographically secure", in this case, means: * No matter how many numbers you see generated by the random number generator, you cannot g...

FREW/Math-Random-Secure-0.080001 - 12 Mar 2017 22:46:35 UTC - Search in distribution

Math::Random::ISAAC - Perl interface to the ISAAC PRNG algorithm River stage three • 4 direct dependents • 107 total dependents

As with other Pseudo-Random Number Generator (PRNG) 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. However, ISAAC (Indirection, Shi...

JAWNSY/Math-Random-ISAAC-1.004 - 18 Feb 2011 02:34:58 UTC - Search in distribution

Statistics::Test::Sequence - Sequence correlation test for random numbers River stage one • 1 direct dependent • 1 total dependent

This module implements a sequence correlation test for random number generators. It shows pairwise correlation between subsequent random numbers. The algorithm is as follows: (Following Blobel. Citation in SEE ALSO section.) * Given "N+1" random numb...

SMUELLER/Statistics-Test-Sequence-0.01 - 05 Jan 2007 15:06:46 UTC - Search in distribution

Statistics::Test::RandomWalk - Random Walk test for random numbers River stage zero No dependents

This module implements a Random Walk test of a random number generator as outlined in Blobel et al (Refer to the SEE ALSO section). Basically, it tests that the numbers "[0,1]" generated by a random number generator are distributed evenly. It divides...

SMUELLER/Statistics-Test-RandomWalk-0.02 - 31 Dec 2010 13:49:39 UTC - Search in distribution

Math::Random::Cauchy - Random numbers following a Cauchy PDF River stage zero No dependents

This module transforms uniformly spaced random numbers into random numbers that follow the Cauchy Probability Density Function (*PDF*). A more general transformation method is implemented in Math::Random::AcceptReject. The algorithm is from Blobel et...

SMUELLER/Math-Random-Cauchy-0.02 - 06 Jan 2007 18:33:59 UTC - Search in distribution

Template::Plugin::Math - Plugin providing mathematical functions River stage three • 561 direct dependents • 959 total dependents

The Math plugin provides numerous mathematical functions for use within templates....

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC - Search in distribution

Math::Random::AcceptReject - Acceptance-Rejection PDF transformations River stage zero No dependents

This module implements acceptance-rejection transformations of uniformly distributed random numbers to mostly arbitrary probability density functions (*PDF*s). Note that whereas J. von Neumann's algorithm can transform from arbitrary source PDFs to a...

SMUELLER/Math-Random-AcceptReject-0.02 - 05 Jan 2007 15:22:25 UTC - Search in distribution

Bundle::Math::Random - Bundle of modules related to random numbers River stage zero No dependents

This is a bundle of modules related to random numbers. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org....

SMUELLER/Bundle-Math-Random-1.02 - 11 Jul 2005 21:45:32 UTC - Search in distribution
19 results (0.113 seconds)