mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
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.
|