Math::Random::ISAAC - Perl interface to the ISAAC PRNG algorithm
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- Math::Random::ISAAC::PP - Pure Perl port of the ISAAC PRNG algorithm
Math::Random::ISAAC::XS - C implementation of the ISAAC PRNG algorithm
See Math::Random::ISAAC for the full description....
JAWNSY/Math-Random-ISAAC-XS-1.004 - 18 Feb 2011 02:46:48 UTC - Search in distribution
Astro::FITS::HdrTrans::ISAAC - ESO ISAAC translations
This class provides a generic set of translations that are specific to the ISAAC camera of the European Southern Observatory....
GSB/Astro-FITS-HdrTrans-1.65 - 17 Jun 2022 19:13:00 UTC - Search in distribution
lib/Bytes/Random/Secure/Tiny.pm
DAVIDO/Bytes-Random-Secure-Tiny-1.011
-
25 Sep 2020 18:06:18 UTC
-
Search in distribution
- Bytes::Random::Secure::Tiny - A tiny Perl extension to generate cryptographically-secure random bytes.
perlepigraphs - list of Perl release epigraphs
Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perldata - Perl data types
XML::RDB - Perl extension to convert XML files into RDB schemas and populate, and unpopulate them. Works with XML Schemas too.
XML/RDB version 1.1 ==================== A long-arse how-to & explanation: An XML document is an ideal transport for data between heterogeneous systems. XML documents are also an ideal way to represent hierarchical data generically. Yet when it comes...
METZZO/XML-RDB-1.3 - 30 Sep 2009 03:36:40 UTC - Search in distribution
Carp::Proxy - Diagnostic delegation
Carp::Proxy is a framework for throwing exceptions. The goal is to couple the small lexical footprint of the die() statement with support for comprehensive error messages. Good diagnostics pay for themselves; let's make them easier to produce. Error ...
THAIRMAN/Carp-Proxy-0.16 - 27 Feb 2020 05:05:16 UTC - Search in distribution
MCE::Examples - Various examples and demonstrations
MARIOROY/MCE-1.879
-
24 May 2022 09:25:26 UTC
-
Search in distribution
Astro::Coord::ECI::TLE - Compute satellite locations using NORAD orbit propagation models
This module implements the orbital propagation models described in "SPACETRACK REPORT NO. 3, Models for Propagation of NORAD Element Sets" and "Revisiting Spacetrack Report #3." See the ACKNOWLEDGMENTS section for details on these reports. In other w...
WYANT/Astro-satpass-0.126 - 03 Jul 2022 12:34:01 UTC - Search in distribution
Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring
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
Math::Int64 - Manipulate 64 bits integers in Perl
This module adds support for 64 bit integers, signed and unsigned, to Perl. Exportable functions int64() int64($value) Creates a new int64 value and initializes it to $value, where $value can be a Perl number or a string containing a number. For inst...
SALVA/Math-Int64-0.54 - 04 Jan 2016 09:08:26 UTC - Search in distribution
Magazine_Article_06 - The Beauty of Perl 6 Parameter Passing
HINRIK/Perl6-Doc-0.47
-
06 Dec 2010 03:25:27 UTC
-
Search in distribution
Text::Printf - A simple, lightweight text fill-in class.
There are many templating modules on CPAN. They're all far, far more powerful than Text::Printf. When you need that power, they're wonderful. But when you don't, they're overkill. This module provides a very simple, lightweight, quick and easy templa...
ROODE/Text-Printf-1.03 - 10 Jun 2008 00:05:29 UTC - Search in distribution
Dancer2::Manual::Deployment - common ways to put your Dancer app into use
Dancer has been designed to be flexible, and this flexibility extends to your choices when deploying your Dancer app. Running stand-alone To start your application, just run plackup: $ plackup bin/app.psgi HTTP::Server::PSGI: Accepting connections at...
CROMEDOME/Dancer2-0.400000 - 14 Mar 2022 02:18:12 UTC - Search in distribution- Dancer2::Core::Role::SessionFactory - Role for session factories
Net::OAuth2::Scheme::Factory - the default factory for token schemes
A token scheme factory object parses a collection of option settings (normally given as the arguments for Net::OAuth2::Scheme->new()), and then exports a set of specialized methods (closures) that a corresponding scheme object will need. The implemen...
WROG/Net-OAuth2-Scheme-0.03 - 12 Jan 2012 00:53:44 UTC - Search in distribution- Net::OAuth2::Scheme::Random - random number generator interface
Math::Random::PCG32 - minimal PCG random number generator
This module includes a minimal PCG (Permuted Congruential Generator) for random numbers <http://www.pcg-random.org/> and some utility routines for PCG (Procedural Content Generation). A RANDOM BENCHMARK This pits the (very bad) core "rand" function a...
JMATES/Math-Random-PCG32-0.17 - 09 Mar 2020 01:38:44 UTC - Search in distribution
Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP
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
Crypt::Random::Seed - Simple method to get strong randomness
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
HTTP::CSPHeader - manage dynamic content security policy headers
This module allows you to manage Content-Security-Policy (CSP) headers. It supports dynamic changes to headers, for example, adding a source for a specific page, or managing a random nonce for inline scripts or styles. It also supports caching, so th...
RRWO/HTTP-CSPHeader-v0.1.4 - 05 Jul 2022 11:09:08 UTC - Search in distribution