fix a few more int-isms around coord_t
[sparrow.git] / dSFMT / README.txt
blobc90ccc2173a154467224d79b83fc1178b8f5fe88
1  =================================================================
2  dSFMT ver. 2.1
3  2009.04.18
5  double precision SIMD oriented Fast Mersenne Twister(dSFMT)
6  based on IEEE 754 floating point format.
8  Mutsuo Saito (Hiroshima University) and
9  Makoto Matsumoto (Hiroshima University)
11  Copyright (C) 2007, 2008, 2009 Mutsuo Saito, Makoto Matsumoto and
12  Hiroshima University. All rights reserved.
14  The (modified) BSD License is applied to this software, see
15  LICENSE.txt
16  =================================================================
17  The documents written in English is the official one.
19  dSFMT ver. 2.0 and ver. 2.1 are completely different from dSFMT ver 1.xx.
20  The algorithm is changed.
22  This program only works on systems which have IEEE754 floating point
23  format.
25  This version uses `struct' of C language.
26  Don't use different DSFMT_MEXP for compiling dSFMT.c and your program.
28  To see documents, see html/index.html.
30  To make test program, see html/howto-compile.html.
31  If your CPU is BIG ENDIAN and your compiler is not gcc,
32  define DSFMT_BIG_ENDIAN preprocessor macro, please.
34  If you want to redistribute and/or change source files, see LICENSE.txt.
36  When you change these files and redistribute them, PLEASE write your
37  e-mail address in redistribution and write to contact YOU first if
38  users of your changed source encounter troubles.