view src/SFMT/CHANGE-LOG.txt @ 23:bf9169ad4222

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