Pakket: libmath-random-oo-perl (0.22-3)
Verwijzigingen voor libmath-random-oo-perl
Debian bronnen:
Het bronpakket libmath-random-oo-perl downloaden:
- [libmath-random-oo-perl_0.22-3.dsc]
- [libmath-random-oo-perl_0.22.orig.tar.gz]
- [libmath-random-oo-perl_0.22-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
consistent object-oriented interface for generating random numbers
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, no standard interface exists across these modules. Math::Random::OO defines an abstract interface for random number generation. Subclasses of this model will implement specific types of random number generators or will wrap existing random number generators.
This consistency will come at the cost of some efficiency, but will enable generic routines to be written that can manipulate any provided random number generator that adheres to the interface. E.g., a stochastic simulation could take a number of user-supplied parameters, each of which is a Math::Random::OO subclass object and which represent a stochastic variable with a particular probability distribution.
Andere aan libmath-random-oo-perl gerelateerde pakketten
|
|
|
|
-
- dep: libclass-accessor-perl
- Perl module that automatically generates accessors
-
- dep: libparams-validate-perl
- Perl module to validate parameters to Perl method/function calls
-
- dep: libtest-mockrandom-perl
- module to replace random number generation with non-random number generation
-
- dep: libtest-number-delta-perl
- module to compare the difference between numbers against a given tolerance
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language