rlm@1
|
1 ver 1.3.3
|
rlm@1
|
2 -------
|
rlm@1
|
3 change condition compile of do_recursion in SFMT.c
|
rlm@1
|
4
|
rlm@1
|
5 ver 1.3.2
|
rlm@1
|
6 -------
|
rlm@1
|
7 bug fix to_res53_mix and genrand_res53_mix.
|
rlm@1
|
8
|
rlm@1
|
9 ver 1.3.1
|
rlm@1
|
10 -------
|
rlm@1
|
11 gcc compile option changed form -O9 to -O3.
|
rlm@1
|
12 add functions genrand_res53_mix and to_res53_mix.
|
rlm@1
|
13 bug fix about definition of ALWAYS_INLINE.
|
rlm@1
|
14 add new definition PRE_ALWAYS for MSC.
|
rlm@1
|
15
|
rlm@1
|
16 ver 1.3
|
rlm@1
|
17 -------
|
rlm@1
|
18 bug fixed: -DONLY64 without -DBIG_ENIAN64 had been generating
|
rlm@1
|
19 wrong sequence.
|
rlm@1
|
20 bug fixed: There is no documentation about BIG_ENDIAN64.
|
rlm@1
|
21 add automatic endian check by __BIG_ENDIAN__ predefined macro.
|
rlm@1
|
22 bug fixed: change == in check.sh to =
|
rlm@1
|
23 add SFMT-params216091.h
|
rlm@1
|
24 add AltiVec parameter format for systems which are not osx.
|
rlm@1
|
25 change Makefile for systems which are not osx and support AltiVec.
|
rlm@1
|
26 change sample2 of howto-compile for Free BSD.
|
rlm@1
|
27 change source files for BORLANDC and Visual Studio.
|
rlm@1
|
28 change period certification code more smart.
|
rlm@1
|
29 add params directory.
|
rlm@1
|
30
|
rlm@1
|
31 ver 1.2.1
|
rlm@1
|
32 -------
|
rlm@1
|
33 Fix typo in SFMT-alti.c SFMT-sse2.c
|
rlm@1
|
34 marge SFMT-alti.c and SFMT-alti.h into SFMT-alti.h
|
rlm@1
|
35 marge SFMT-sse2.c and SFMT-sse2.h into SFMT-sse2.h
|
rlm@1
|
36 This version is not released.
|
rlm@1
|
37
|
rlm@1
|
38 ver 1.2
|
rlm@1
|
39 -------
|
rlm@1
|
40 Support many periods: 2^{607}, 2^{1279}, 2^{2281}, 2^{4253}, 2^{11213},
|
rlm@1
|
41 2^{19937}, 2^{44497}, 2^{86243}, 2^{132049}
|
rlm@1
|
42 Fix typo in LICENSE.txt.
|
rlm@1
|
43 Add cast to vec_perm for SFMT-alti.c, SFMT-alti64.c.
|
rlm@1
|
44 combine source codes.
|
rlm@1
|
45
|
rlm@1
|
46 ver 1.1
|
rlm@1
|
47 -------
|
rlm@1
|
48 The period certification method is changed from constant to function.
|
rlm@1
|
49 The convert functions from 32-bit and 64-bit integer to double are added.
|
rlm@1
|
50 The documentation is changed.
|
rlm@1
|
51 Sample programs are added.
|
rlm@1
|
52
|
rlm@1
|
53 ver 1.0
|
rlm@1
|
54 -------
|
rlm@1
|
55 The first version.
|