summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT-Auto
AgeCommit message (Collapse)AuthorFilesLines
2011-11-12Import Math::Random::MT::Auto into math/p5-Math-Random-MT-Auto.hiramatsu3-0/+34
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.