Date: Mon, 7 Dec 2009 14:19:26 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Random-ISAAC Makefile distinfo pkg-descr pkg-plist Message-ID: <200912071419.nB7EJQmH017950@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2009-12-07 14:19:26 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Random-ISAAC Makefile distinfo pkg-descr pkg-plist Log: As with other Pseudo-Random Number Generator (PRNG) 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. However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has different goals than these commonly used algorithms. In particular, it's really fast - on average, it requires only 18.75 machine cycles to generate a 32-bit value. This makes it suitable for applications where a significant amount of random data needs to be produced quickly, such solving using the Monte Carlo method or for games. WWW: http://search.cpan.org/dist/Math-Random-ISAAC/ Revision Changes Path 1.621 +1 -0 ports/math/Makefile 1.1 +25 -0 ports/math/p5-Math-Random-ISAAC/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Random-ISAAC/distinfo (new) 1.1 +12 -0 ports/math/p5-Math-Random-ISAAC/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Math-Random-ISAAC/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912071419.nB7EJQmH017950>