Bug 128861 - [NEW PORT]math/TestU01: Utilities for statistical testing of uniform random number generators
Summary: [NEW PORT]math/TestU01: Utilities for statistical testing of uniform random n...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 05:40 UTC by bf
Modified: 2008-12-07 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (8.55 KB, text/plain)
2008-11-14 05:40 UTC, bf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2008-11-14 05:40:07 UTC
Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-14 05:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 bf 2008-11-14 05:47:11 UTC
In the first (commented) line of the Makefile, please substitute
"TestU01" for "rngstreams".

Thanks,
          b.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-11-15 21:34:05 UTC
State Changed
From-To: open->feedback

Hi 

Build failed  with AMD64, could you please take a look?. 

Thanks
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-12-07 15:55:21 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2008-12-07 15:55:50 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!