aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-09 22:29:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-09 22:29:17 +0000
commit1428d6519b158771de764f146d75c2127308711d (patch)
tree9f2a2c68e7096b69b55703a2020b5a0d69f5e0d6 /math/Makefile
parent5e5c2a70c78a43df44ae9deffc1f773c4dd0134e (diff)
downloadports-1428d6519b158771de764f146d75c2127308711d.tar.gz
ports-1428d6519b158771de764f146d75c2127308711d.zip
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 and Josef Leydold. WWW: http://statistik.wu-wien.ac.at/software/prng/index.html PR: ports/144031 Submitted by: bf <bf1783 at gmail.com>
Notes
Notes: svn path=/head/; revision=250787
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 435e38e70bec..2c9564ab0e9d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -418,6 +418,7 @@
SUBDIR += plplot
SUBDIR += polymake
SUBDIR += primegen
+ SUBDIR += prng
SUBDIR += proofgeneral
SUBDIR += pspp
SUBDIR += py-basemap