Commit graph

3 commits

Author SHA1 Message Date
Martin Wilke
6e85147f50 - Stage support 2014-02-01 14:41:49 +00:00
Baptiste Daroussin
fe285270c6 Do not try to remove a directory not owned by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-13 09:53:23 +00:00
Wen Heping
2956f23b09 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-XS/
2009-12-07 14:41:50 +00:00