DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibmath-random-oo-perl
Beschreibungconsistent object-oriented interface for generating random numbers
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.21-1
Sektionperl
Prioritätoptional
Installierte Größe116 Byte
Hängt ab vonperl (>= 5.6.0-16), libtest-number-delta-perl (>= 0.14), libparams-validate-perl (>= 0.76), libtest-
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße26116 Byte
Prüfsumme MD51bdd34db9fa11749d7ba841658f0fafa
Prüfsumme SHA12c45a036ccb8f386b835f7582b1c6790e1c439ac
Prüfsumme SHA256a4b3c52229a17dc2ee73a08e1db2328789203ac7dda07297f23c9951c639315c
Link zum Herunterladenlibmath-random-oo-perl_0.21-1_all.deb
Ausführliche BeschreibungCPAN 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.


Impressum
Linux is a registered trademark of Linus Torvalds