forked from MersenneTwister-Lab/TinyMT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
30 lines (21 loc) · 1020 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=================================================================
tinymt ver. 1.1.2
2020.5.13
Tiny Mersenne Twister(tinymt).
Pseudo random number generators whose periods are 2^127-1.
Mutsuo Saito (Hiroshima University) and
Makoto Matsumoto (The University of Tokyo)
Copyright (C) 2011 Mutsuo Saito, Makoto Matsumoto,
Hiroshima University and The University of Tokyo.
All rights reserved.
The 3-clause BSD License is applied to this software, see
LICENSE.txt
=================================================================
The documents written in English is the official one.
To see documents, make doc and then see html/index.html.
And if you are using Microsoft Visual Studio, you need to
download msinttypes from google code.
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.