forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
360 B
Text
6 lines
360 B
Text
PRNG is a collection of portable, high-performance ANSI-C implementations of
|
|
pseudorandom number generators such as linear congruential, inversive
|
|
congruential, and explicit inversive congruential random number generators (LCG,
|
|
ICG and EICG, respectively) created by Otmar Lendl and Josef Leydold.
|
|
|
|
WWW: http://statistik.wu-wien.ac.at/software/prng/index.html
|