Paketname | libmath-random-oo-perl |
Beschreibung | consistent object-oriented interface for generating random numbers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.21-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl (>= 5.6.0-16), libtest-number-delta-perl (>= 0.14), libparams-validate-perl (>= 0.76), libtest- |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 26116 Byte |
Prüfsumme MD5 | 1bdd34db9fa11749d7ba841658f0fafa |
Prüfsumme SHA1 | 2c45a036ccb8f386b835f7582b1c6790e1c439ac |
Prüfsumme SHA256 | a4b3c52229a17dc2ee73a08e1db2328789203ac7dda07297f23c9951c639315c |
Link zum Herunterladen | libmath-random-oo-perl_0.21-1_all.deb |
Ausführliche Beschreibung | 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.
|