Merge from vendor branch TNF:
authorhiramatsu <hiramatsu>
Sat, 12 Nov 2011 07:51:51 +0000 (07:51 +0000)
committerhiramatsu <hiramatsu>
Sat, 12 Nov 2011 07:51:51 +0000 (07:51 +0000)
commit130346c5ae23aa122b0a6eb6d145024e04e6d349
tree9d4ba25a7733c7acf25f2b7281a1d4db550bea8a
parent534d50c75d2133f94086bcb9a46ac8d5808d0c80
parente7aae6a6c1b9675bbd21f6722e082624092b503d
Merge from vendor branch TNF:
Import Math::Random::MT::Auto into math/p5-Math-Random-MT-Auto.
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.