Bug 100624 - [NEW PORT] math/p5-Math-Random-MT-Auto: Auto-seeded Mersenne Twister PRNGs
Summary: [NEW PORT] math/p5-Math-Random-MT-Auto: Auto-seeded Mersenne Twister PRNGs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 19:30 UTC by gslin
Modified: 2006-07-24 02:26 UTC (History)
1 user (show)

See Also:


Attachments
p5-Math-Random-MT-Auto-5.02.shar (3.67 KB, text/plain)
2006-07-20 19:30 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-20 19:30:12 UTC
The Mersenne Twister is a fast pseudorandom number generator (PRNG)
that is capable of providing large volumes (> 10^6004) of "high
quality" pseudorandom data to applications that may exhaust available
"truly" random data sources or system-provided PRNGs such as rand.

This module provides PRNGs that are based on the Mersenne Twister.
There is a functional interface to a single, 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.
The PRNGs are self-seeding, automatically acquiring a (19968-bit)
random seed from user-selectable sources.

WWW:	http://search.cpan.org/dist/Math-Random-MT-Auto/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-20 19:30:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-24 02:26:17 UTC
State Changed
From-To: open->closed

New port added. Thank You.