Skip to content

Commit

Permalink
update testu01
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuzinh0 committed Oct 30, 2024
1 parent 758e08f commit 764c84f
Show file tree
Hide file tree
Showing 270 changed files with 142,825 additions and 0 deletions.
Empty file added TESTU01/TestU01-1.2.3/AUTHORS
Empty file.
31 changes: 31 additions & 0 deletions TESTU01/TestU01-1.2.3/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

PACKAGE: TestU01

LANGUAGE: ANSI C

Copyright (c) 2002 Pierre L'Ecuyer, DIRO, Universit� de Montr�al.
e-mail: [email protected]
http://www.iro.umontreal.ca/~lecuyer/

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted without a fee for private, research,
academic, or other non-commercial purposes.
Any use of this software in a commercial environment requires a
written licence from the copyright owner.

Any changes made to this package must be clearly identified as such.

In scientific publications which used this software, a reference to it
would be appreciated.

Redistributions of source code must retain this copyright notice
and the following disclaimer.

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.



Empty file added TESTU01/TestU01-1.2.3/ChangeLog
Empty file.
1 change: 1 addition & 0 deletions TESTU01/TestU01-1.2.3/INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Read the file README.
8 changes: 8 additions & 0 deletions TESTU01/TestU01-1.2.3/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
INCLUDES = -I${top_builddir}

SUBDIRS = . include mylib probdist testu01 examples doc param

bin_PROGRAMS = tcode
tcode_SOURCES = ${top_srcdir}/mylib/tcode.c

noinst_SCRIPTS = bootstrap
Loading

0 comments on commit 764c84f

Please sign in to comment.