summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 18:10:20 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 18:10:20 +0800
commitc627bda70687ce314ec01bb39308f7533869d143 (patch)
tree90949126a2f717c319fcaff7b1c84b35e3ae1639 /math/Makefile
parent*/Makefile: Sort SUBDIRs (diff)
math/tinymt: Add tinymt 1.1.2
Tiny Mersenne Twister(TinyMT) is a pseudo random number generators whose periods are 2^127-1.
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 83e191007bc1..f69d5b82a5b5 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1187,6 +1187,7 @@
SUBDIR += the-algorithms-c++
SUBDIR += timbl
SUBDIR += tiny-bignum-c
+ SUBDIR += tinymt
SUBDIR += tlapack
SUBDIR += tmv
SUBDIR += tomsfastmath