パッケージ: libmath-random-oo-perl (0.22-2)
libmath-random-oo-perl に関するリンク
Trisquel の資源:
libmath-random-oo-perl ソースパッケージをダウンロード:
- [libmath-random-oo-perl_0.22-2.dsc]
- [libmath-random-oo-perl_0.22.orig.tar.gz]
- [libmath-random-oo-perl_0.22-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Salvatore Bonaccorso
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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.
その他の libmath-random-oo-perl 関連パッケージ
|
|
|
-
- 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