Port of the TestU01 test suite

Library for statistical testing of uniform random number generators.
http://simul.iro.umontreal.ca/testu01/tu01.html

Fix #48
This commit is contained in:
Emery Hemingway
2015-12-10 15:24:10 +01:00
committed by Norman Feske
parent e18a1c1e96
commit 8b8491aaf1
8 changed files with 325 additions and 0 deletions

99
include/testu01/config.h Normal file
View File

@@ -0,0 +1,99 @@
/* include/config.h. Generated from config.h.in by configure. */
/* include/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the `erf' function. */
#define HAVE_ERF 1
/* Define to 1 if you have the <gmp.h> header file. */
#define HAVE_GMP_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `lgamma' function. */
#define HAVE_LGAMMA 1
/* Define to 1 if you have the `log1p' function. */
#define HAVE_LOG1P 1
/* Define to 1 if the system has the type `long long'. */
#define HAVE_LONG_LONG 1
/* Define when Mathematica is installed */
#undef HAVE_MATHEMATICA
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `random' function. */
#define HAVE_RANDOM 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define to 1 if the system has the type `uint32_t'. */
#define HAVE_UINT32_T 1
/* Define to 1 if the system has the type `uint8_t'. */
#define HAVE_UINT8_T 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* Name of package */
#define PACKAGE "testu01"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "lecuyer@iro.umontreal.ca"
/* Define to the full name of this package. */
#define PACKAGE_NAME "TestU01"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "TestU01 1.2.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "testu01"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.3"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.2.3"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

View File

@@ -0,0 +1,30 @@
/* include/gdefconf.h. Generated from gdefconf.h.in by configure. */
/* gdef.h for ANSI C */
#ifndef GDEFCONF_H
#define GDEFCONF_H
/* #undef HAVE_LEBOOL */
#define HAVE_LONG_LONG 1
#define HAVE_ERF 1
#define HAVE_RANDOM 1
#define HAVE_LGAMMA 1
#define HAVE_GMP_H 1
#undef HAVE_MATHEMATICA
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDINT_H 1
#define HAVE_UINT32_T 1
#define HAVE_UINT8_T 1
#endif