mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
651 B
Plaintext
12 lines
651 B
Plaintext
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.
|