Mercurial > vba-clojure
view src/SFMT/CHANGE-LOG.txt @ 493:783a09c84a28
can now display a single color :)
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 07 Jun 2012 23:03:05 -0500 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 ver 1.3.32 -------3 change condition compile of do_recursion in SFMT.c5 ver 1.3.26 -------7 bug fix to_res53_mix and genrand_res53_mix.9 ver 1.3.110 -------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.317 -------18 bug fixed: -DONLY64 without -DBIG_ENIAN64 had been generating19 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.h24 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.132 -------33 Fix typo in SFMT-alti.c SFMT-sse2.c34 marge SFMT-alti.c and SFMT-alti.h into SFMT-alti.h35 marge SFMT-sse2.c and SFMT-sse2.h into SFMT-sse2.h36 This version is not released.38 ver 1.239 -------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.147 -------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.054 -------55 The first version.