 =================================================================
 sfmt19937 ver. 1.0
 SIMD oriented Fast Mersenne Twister(SFMT)

 Mutsuo Saito (Hiroshima University) and
 Makoto Matsumoto (Hiroshima University)

 Copyright (C) 2006,2007 Mutsuo Saito, Makoto Matsumoto and Hiroshima
 University. All rights reserved.

 The (modified) BSD License is applied to this software, see LICENSE.txt
 =================================================================

 To see documents, see html/index.html.

 To make test program, check Makefile and EDIT it to fit for your system
 and then `make all'.
 `test-xxx32' and `test-xxx64' are compiled programs.
 type 
 ./test-xxx32
 will generate and show 1000 pseudorandom numbers.
 type
 ./test-xxx32 -s
 will show the time to generating 10^8 pseudorandom numbers.

 Optional `make check' will check compiled programs.
 

 If you want to redistribute and/or change source files, see LICENSE.txt.

 When you change these files and redistribute them, PLEASE write your
 e-mail address in redistribution and write to contact YOU first if
 users of your changed source encounter troubles.
