From owner-cvs-ports@FreeBSD.ORG Sat Nov 15 21:48:19 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78DC11065674; Sat, 15 Nov 2008 21:48:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 685838FC12; Sat, 15 Nov 2008 21:48:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAFLmJAo017296; Sat, 15 Nov 2008 21:48:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAFLmJdP017295; Sat, 15 Nov 2008 21:48:19 GMT (envelope-from miwi) Message-Id: <200811152148.mAFLmJdP017295@repoman.freebsd.org> From: Martin Wilke Date: Sat, 15 Nov 2008 21:48:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/unuran Makefile distinfo pkg-descr pkg-plist ports/math/unuran/files patch-doc_Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2008 21:48:19 -0000 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 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)