Import net-mgmt/networkmgr version 2.2
[dports.git] / math / p5-Math-Random-MT-Auto / pkg-descr
1 The Mersenne Twister is a fast pseudorandom number generator (PRNG)
2 that is capable of providing large volumes (> 10^6004) of "high
3 quality" pseudorandom data to applications that may exhaust available
4 "truly" random data sources or system-provided PRNGs such as rand.
5
6 This module provides PRNGs that are based on the Mersenne Twister.
7 There is a functional interface to a single, standalone PRNG, and an
8 OO interface (based on the inside-out object model as implemented by
9 the Object::InsideOut module) for generating multiple PRNG objects.
10 The PRNGs are self-seeding, automatically acquiring a (19968-bit)
11 random seed from user-selectable sources.
12
13 WWW: http://search.cpan.org/dist/Math-Random-MT-Auto/