From owner-cvs-all@FreeBSD.ORG Sun Dec 7 15:55:07 2008 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E74F106564A; Sun, 7 Dec 2008 15:55:07 +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 1DC398FC18; Sun, 7 Dec 2008 15:55:07 +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 mB7Ft7sZ099545; Sun, 7 Dec 2008 15:55:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB7Ft6TA099544; Sun, 7 Dec 2008 15:55:06 GMT (envelope-from miwi) Message-Id: <200812071555.mB7Ft6TA099544@repoman.freebsd.org> From: Martin Wilke <miwi@FreeBSD.org> Date: Sun, 7 Dec 2008 15:55:06 +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/testu01 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 07 Dec 2008 15:55:08 -0000 miwi 2008-12-07 15:55:06 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/testu01 Makefile distinfo pkg-descr pkg-plist Log: TestU01 is a software library, implemented in the ANSI C language, and offering a collection of utilities for the empirical statistical testing of uniform random number generators. The library implements several types of random number generators in generic form, as well as many specific generators proposed in the literature or found in widely-used software. It provides general implementations of the classical statistical tests for random number generators, as well as several others proposed in the literature, and some original ones. These tests can be applied to the generators predefined in the library and to user-defined generators. Specific tests suites for either sequences of uniform random numbers in [0,1] or bit sequences are also available. Basic tools for plotting vectors of points produced by generators are provided as well. Additional software permits one to perform systematic studies of the interaction between a specific test and the structure of the point sets produced by a given family of random number generators. That is, for a given kind of test and a given class of random number generators, to determine how large should be the sample size of the test, as a function of the generator's period length, before the generator starts to fail the test systematically. WWW: http://www.iro.umontreal.ca/~simardr/testu01/tu01.html PR: ports/128861 Submitted by: bf <bf2006a at yahoo.com> Revision Changes Path 1.572 +1 -0 ports/math/Makefile 1.1 +47 -0 ports/math/testu01/Makefile (new) 1.1 +6 -0 ports/math/testu01/distinfo (new) 1.1 +22 -0 ports/math/testu01/pkg-descr (new) 1.1 +149 -0 ports/math/testu01/pkg-plist (new)