Merge from vendor branch TNF:
authorwiz <wiz>
Fri, 19 Feb 2010 13:56:53 +0000 (13:56 +0000)
committerwiz <wiz>
Fri, 19 Feb 2010 13:56:53 +0000 (13:56 +0000)
commit1be54b8cc6a4e257c8a223ab7e17c21a48956d1f
tree7236e7faf135f793c1a623278481c05be1bacb32
parent853c711ab0ee3d36c711130edacda97632a6ce84
parentdfb6d9a44815dca7b6093f0df1dca68fdda5bfb2
Merge from vendor branch TNF:
Initial import of prng-3.0.2, packaged for wip by Wen Heping.

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.