diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-16 05:46:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-16 05:46:12 +0800 |
commit | 6ac87ad1f097ae6fdb1142598fb371081d904b5a (patch) | |
tree | 5ceeb30e7f61303bdbfdaa8698ec4163394c3bce /math/Makefile | |
parent | 5ceb15a0dc1421d11b5387ac002ae01e34d08771 (diff) | |
download | freebsd-ports-gnome-6ac87ad1f097ae6fdb1142598fb371081d904b5a.tar.gz freebsd-ports-gnome-6ac87ad1f097ae6fdb1142598fb371081d904b5a.tar.zst freebsd-ports-gnome-6ac87ad1f097ae6fdb1142598fb371081d904b5a.zip |
RngStreams is a C implementation of a high-quality uniform random number
generator that supports multiple "independent" streams of uniform random
numbers.
WWW: http://statmath.wu-wien.ac.at/software/RngStreams/
PR: ports/128860
Submitted by: bf <bf2006a at yahoo.com>
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 9d12d5ae143d..9c07ae838b5b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -419,6 +419,7 @@ SUBDIR += rascal SUBDIR += reed-solomon SUBDIR += rkward + SUBDIR += rngstreams SUBDIR += rpc SUBDIR += rpy SUBDIR += ruby-algebra |