source: Daodan/MSVC/dSFMT/FILES.txt@ 880

Last change on this file since 880 was 567, checked in by gumby, 14 years ago

Daodan MSVC

File size: 1.1 KB
Line 
1This archive contails following directories and files.
2
3TOP DIRECTORY
4FILES.txt: This file.
5CHANGE-LOG.txt change log.
6LICENSE.txt: License file.
7Makefile: Makefile for test programs.
8dSFMT.h: Header file.
9dSFMT-params.h: parameter file control for various Mersenne expornent
10dSFMT-params521.h: parameters for period of 2^{521}-1
11dSFMT-params1279.h: parameters for period of 2^{1279}-1
12dSFMT-params2203.h: parameters for period of 2^{2203}-1
13dSFMT-params4253.h: parameters for period of 2^{4253}-1
14dSFMT-params11213.h: parameters for period of 2^{11213}-1
15dSFMT-params19937.h: parameters for period of 2^{19937}-1
16dSFMT.c: C code for standard C (c99) and unix like systems.
17test.c: Test driver for standard C.
18check.sh: Test shell script.
19dSFMT.521.out.txt: correct output of dSFMT MEXP=521
20dSFMT.1279.out.txt: correct output of dSFMT MEXP=1279
21dSFMT.2203.out.txt: correct output of dSFMT MEXP=2203
22dSFMT.4253.out.txt: correct output of dSFMT MEXP=4253
23dSFMT.11213.out.txt: correct output of dSFMT MEXP=11213
24dSFMT.19937.out.txt: correct output of dSFMT MEXP=19937
25
26html DIRECTORY: The documents generated by doxygen.
Note: See TracBrowser for help on using the repository browser.