annotate src/SFMT/README.txt @ 574:be6f46094ad0
implemented video-memory pointer logic.
author |
Robert McIntyre <rlm@mit.edu> |
date |
Sat, 01 Sep 2012 04:05:51 -0500 |
parents |
f9f4f1b99eed |
children |
|
rev |
line source |
rlm@1
|
1 =================================================================
|
rlm@1
|
2 SFMT ver. 1.3.3
|
rlm@1
|
3 SIMD oriented Fast Mersenne Twister(SFMT)
|
rlm@1
|
4
|
rlm@1
|
5 Mutsuo Saito (Hiroshima University) and
|
rlm@1
|
6 Makoto Matsumoto (Hiroshima University)
|
rlm@1
|
7
|
rlm@1
|
8 Copyright (C) 2006, 2007 Mutsuo Saito, Makoto Matsumoto and Hiroshima
|
rlm@1
|
9 University. All rights reserved.
|
rlm@1
|
10
|
rlm@1
|
11 The (modified) BSD License is applied to this software, see LICENSE.txt
|
rlm@1
|
12 =================================================================
|
rlm@1
|
13
|
rlm@1
|
14 To see documents, see html/index.html.
|
rlm@1
|
15
|
rlm@1
|
16 To make test program, see html/howto-compile.html
|
rlm@1
|
17
|
rlm@1
|
18 If you want to redistribute and/or change source files, see LICENSE.txt.
|
rlm@1
|
19
|
rlm@1
|
20 When you change these files and redistribute them, PLEASE write your
|
rlm@1
|
21 e-mail address in redistribution and write to contact YOU first if
|
rlm@1
|
22 users of your changed source encounter troubles.
|