diff options
author | anders <anders@FreeBSD.org> | 2002-03-18 05:41:24 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-03-18 05:41:24 +0800 |
commit | 7d9d0294b526cd1f9543b2515a729c9b458f4c77 (patch) | |
tree | 4153538dbecdc695e6c5b9b5fa5add9cad62e9b9 /math/Makefile | |
parent | 3ef47ac0e5b5555883dd8458841c511599a22a89 (diff) | |
download | freebsd-ports-gnome-7d9d0294b526cd1f9543b2515a729c9b458f4c77.tar.gz freebsd-ports-gnome-7d9d0294b526cd1f9543b2515a729c9b458f4c77.tar.zst freebsd-ports-gnome-7d9d0294b526cd1f9543b2515a729c9b458f4c77.zip |
Add Math::TrulyRandom, a Perl interface to a truly random number
generator function.
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 ba4ae5665ab4..ff73a73251f4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -87,6 +87,7 @@ SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT + SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-Window |