summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT-Auto/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2013-08-25Update to 6.22wen1-4/+4
Upstream changes: 6.22 Tue Sep 4 14:06:20 2012 - Enhancement to shuffle() to return an array 6.21 Mon Aug 6 17:27:37 2012 - Haiku does not support non-blocking IO 6.19 Fri Jul 27 00:48:20 2012 - Prevent use of incompatible state vectors 6.18 Thu Jan 26 14:58:57 2012 - Ignore warnings from other modules during tests 6.17 Wed Jan 11 05:55:09 2012 - Require OIO 3.85 to fix some 'used only once' warnings
2011-11-12Import Math::Random::MT::Auto into math/p5-Math-Random-MT-Auto.hiramatsu1-0/+5
Recent versions of devel/p5-Object-InsideOut optionally uses this module. This module provides pseudorandom number generators (PRNGs) that are based on the Mersenne Twister algorithm. There is a functional interface to a standalone PRNG, and an OO interface (based on the inside-out object model as implemented by the Object::InsideOut module) for generating multiple PRNG objects.