Date: Sat, 15 Nov 2008 21:48:19 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/unuran Makefile distinfo pkg-descr pkg-plist ports/math/unuran/files patch-doc_Makefile.in Message-ID: <200811152148.mAFLmJdP017295@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-11-15 21:48:19 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/unuran Makefile distinfo pkg-descr pkg-plist math/unuran/files patch-doc_Makefile.in Log: UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of algorithms for generating non-uniform pseudorandom variates as a library of C functions designed and implemented by the ARVAG (Automatic Random VAriate Generation) project group in Vienna, and released under the GNU Public License (GPL). It is especially designed for situations where: - a non-standard distribution or a truncated distribution is needed; - experiments with different types of distributions are made; - random variates for variance reduction techniques are used; or - fast generators of predictable quality are necessary. UNU.RAN provides generators that are superior in many aspects to those found in quite a number of other libraries; however, due to its more sophisticated programming interface, it might not be as easy to use. It uses an object-oriented interface in which distributions and generators are treated as independent objects, so that different methods for generating non-uniform random variates may be chosen according to various criteria, such as speed, quality, and variance reduction. It is flexible enough to permit sampling from non-standard distributions, such as distributions that arise in a model and can only be computed in complicated subroutines. WWW: http://statmath.wu-wien.ac.at/unuran/ PR: ports/128883 Submitted by: bf <bf2006a at yahoo.com> Revision Changes Path 1.570 +1 -0 ports/math/Makefile 1.1 +42 -0 ports/math/unuran/Makefile (new) 1.1 +3 -0 ports/math/unuran/distinfo (new) 1.1 +11 -0 ports/math/unuran/files/patch-doc_Makefile.in (new) 1.1 +23 -0 ports/math/unuran/pkg-descr (new) 1.1 +9 -0 ports/math/unuran/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811152148.mAFLmJdP017295>