软件包:libmath-random-isaac-perl(1.004-2)
libmath-random-isaac-perl 的相关链接
Debian 的资源:
下载源码包 libmath-random-isaac-perl:
- [libmath-random-isaac-perl_1.004-2.dsc]
- [libmath-random-isaac-perl_1.004.orig.tar.gz]
- [libmath-random-isaac-perl_1.004-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl interface to the ISAAC PRNG Algorithm
Math::Random::ISAAC implements the ISAAC (Indirection, Shift, Accumulate, Add and Count) pseudorandom number generator (PRNG) algorithm described on the project page at: <URL:http://burtleburtle.net/bob/rand/isaac.html>
As with other 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.
The results are uniformly distributed, unbiased, and unpredictable unless you know the seed. The algorithm was published by Bob Jenkins in the late 1990s and despite the best efforts of many security researchers, no feasible attacks have been found to date.
For comparison with other algorithms intended to generate random data, the Mersenne Twister has a period of 2^19937-1, the related TT800 has a period of 2^800-1 values. ISAAC has a period of 2^8295 values on average.
其他与 libmath-random-isaac-perl 有关的软件包
|
|
|
|
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libmath-random-isaac-xs-perl
- Perl implementation of the ISAAC PRNG (C/XS Accelerated)