diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 00:36:45 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 00:36:45 +0800 |
commit | 9879d5b7523120402c5eae7f86204797b55b3f01 (patch) | |
tree | f02e5cfea0e0351f94a39b50d679119cb5165494 /math/Makefile | |
parent | 03c703c8959aaf4b2798aa9f43bb22e98e2f8b78 (diff) | |
download | freebsd-ports-gnome-9879d5b7523120402c5eae7f86204797b55b3f01.tar.gz freebsd-ports-gnome-9879d5b7523120402c5eae7f86204797b55b3f01.tar.zst freebsd-ports-gnome-9879d5b7523120402c5eae7f86204797b55b3f01.zip |
add p5-Math-Random-MT
The Mersenne Twister PRNG
PR: 28716
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c6bf11ff24b4..9212b96afd38 100644 --- a/math/Makefile +++ b/math/Makefile @@ -69,6 +69,7 @@ SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Logic SUBDIR += p5-Math-Random + SUBDIR += p5-Math-Random-MT SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-Window |