-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
758e08f
commit 764c84f
Showing
270 changed files
with
142,825 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Read the file README. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.