The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::Mersenne Twister"

Math::Random::MT - The Mersenne Twister PRNG River stage two • 12 direct dependents • 20 total dependents

The Mersenne Twister is a pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura. It is described in their paper at <URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>. This algorithm has a very uniform distribution ...

FANGLY/Math-Random-MT-1.17 - 27 Nov 2015 19:22:08 UTC - Search in distribution

Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs River stage two • 7 direct dependents • 16 total dependents

The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is capable of providing large volumes (> 10^6004) of "high quality" pseudorandom data to applications that may exhaust available "truly" random data sources or system-provided P...

JDHEDDEN/Math-Random-MT-Auto-6.23 - 27 Nov 2018 03:25:49 UTC - Search in distribution

Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm River stage one • 6 direct dependents • 8 total dependents

This UUID generator uses the excellent Math::Random::MT::Auto module as a source of fast, high-quality (pseudo) random numbers. Three different types of UUIDs are supported. Two are consistent with RFC 4122 and one is a custom variant that provides a...

DAGOLDEN/Data-UUID-MT-1.001 - 20 Jun 2013 14:45:40 UTC - Search in distribution

Math::Random::MT::Perl - Pure Perl Mersenne Twister Random Number Generator River stage one • 1 direct dependent • 3 total dependents

Pure Perl implementation of the Mersenne Twister algorithm. Mersenne Twister is a 32 bit pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura. The algorithm is characterised by a very uniform distribution but is not crypto...

FANGLY/Math-Random-MT-Perl-1.15 - 27 Nov 2015 19:31:13 UTC - Search in distribution

Rand::MersenneTwister - Perl extension for a Mersenne Twister PRGN implementation with context. River stage zero No dependents

This module wraps a fast, C implementation of a Mersenne Twister-based PRNG....

JESUS/MersenneTwister-1.0.1 - 03 Oct 2002 23:56:43 UTC - Search in distribution

PDL::OpenCV - PDL interface to OpenCV River stage zero No dependents

Use PDL::OpenCV to call OpenCV functions on your data using Perl/PDL. As can be seen above, this distribution is structured to very closely match the structure of OpenCV v4 itself. That means the submodules match the "classes" and/or "modules" in Ope...

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC - Search in distribution

Math::MPFR - perl interface to the MPFR (floating point) library. River stage one • 5 direct dependents • 8 total dependents

A bigfloat module utilising the MPFR library. Basically this module simply wraps the 'mpfr' floating point functions provided by that library. Operator overloading is also available. The following documentation heavily plagiarises the mpfr documentat...

SISYPHUS/Math-MPFR-4.29 - 07 May 2024 02:46:26 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

Math::GMPz - perl interface to the GMP library's integer (mpz) functions. River stage two • 9 direct dependents • 14 total dependents

A bignum module utilising the Gnu MP (GMP) library. Basically this module simply wraps nearly all of the integer functions provided by that library. The documentation below extensively plagiarises the documentation at http://gmplib.org. See the Math:...

SISYPHUS/Math-GMPz-0.61 - 13 Oct 2023 11:56:28 UTC - Search in distribution

Math::AnyNum - Arbitrary size precision for integers, rationals, floating-points and complex numbers. River stage one • 2 direct dependents • 2 total dependents

Math::AnyNum focuses primarily on providing a friendly interface and good performance. In most cases, it can be used as a drop-in replacement for the bignum and bigrat pragmas. The philosophy of Math::AnyNum is that mathematics should just work, ther...

TRIZEN/Math-AnyNum-0.40 - 01 Dec 2022 21:01:14 UTC - Search in distribution

Math::GMPf - perl interface to the GMP library's floating point (mpf) functions. River stage zero No dependents

A bigfloat module utilising the Gnu MP (GMP) library. Basically this module simply wraps all of the 'mpf' floating point functions provided by that library. The documentation below extensively plagiarises the GMP documentation at https://gmplib.org ....

SISYPHUS/Math-GMPf-0.52 - 18 Oct 2023 11:39:45 UTC - Search in distribution

Math::GMPq - perl interface to the GMP library's rational (mpq) functions. River stage one • 1 direct dependent • 3 total dependents

A bigrational module utilising the Gnu MP (GMP) library. Basically this module simply wraps all of the 'mpq' (rational number) functions provided by that library. The documentation below extensively plagiarises the GMP documentation (which can be fou...

SISYPHUS/Math-GMPq-0.56 - 18 Oct 2023 12:11:25 UTC - Search in distribution

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 20 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution

Session::Token - Secure, efficient, simple random session token generation River stage two • 12 direct dependents • 51 total dependents

This module provides a secure, efficient, and simple interface for creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. When a Session::Token object is created, 1024 bytes are rea...

FRACTAL/Session-Token-1.503 - 17 Aug 2016 14:53:44 UTC - Search in distribution

URI::Shortener - Shorten URIs so that you don't have to rely on external services River stage zero No dependents

Provides utility methods so that you can: 1) Create a new short uri and store it for usage later 2) Persistently pull it up 3) Store a creation time so you can prune the database later. We use sqlite for persistence with WALmode on, so it should be s...

TEODESIAN/URI-Shortener-1.003 - 08 May 2024 21:50:21 UTC - Search in distribution

Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP River stage one • 2 direct dependents • 7 total dependents

A module for number theory in Perl using GMP. This includes primality tests, getting primes in a range, factoring, and more. While it certainly can be used directly, the main purpose of this module is for Math::Prime::Util. That module will automatic...

DANAJ/Math-Prime-Util-GMP-0.52 - 22 Jun 2020 09:19:08 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::SimpleHisto::XS - Simple histogramming, but kinda fast River stage one • 2 direct dependents • 2 total dependents

This module implements simple 1D histograms with fixed or variable bin size. The implementation is mostly in C with a thin Perl layer on top. If this module isn't powerful enough for your histogramming needs, have a look at the powerful-but-experimen...

SMUELLER/Math-SimpleHisto-XS-1.30 - 23 May 2014 05:54:21 UTC - Search in distribution

Math::Random::ISAAC - Perl interface to the ISAAC PRNG algorithm River stage three • 4 direct dependents • 112 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::CaseResampling - Efficient resampling and calculation of medians with confidence intervals River stage three • 2 direct dependents • 291 total dependents

The purpose of this (XS) module is to calculate the median (or in principle also other statistics) with confidence intervals on a sample. To do that, it uses a technique called bootstrapping. In a nutshell, it resamples the sample a lot of times and ...

SMUELLER/Statistics-CaseResampling-0.15 - 14 May 2013 16:43:11 UTC - Search in distribution
23 results (0.073 seconds)