forked from MersenneTwister-Lab/SFMT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: file:///Users/saito/svn-repos/sfmt/trunk@378 5d39f105-0b1f-0410-87d7-cf9e5e27ca8e
- Loading branch information
saito
committed
Feb 28, 2007
1 parent
065d552
commit f7716bd
Showing
24 changed files
with
4,251 additions
and
951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ver 1.2 | ||
------- | ||
Support many periods: 2^{607}, 2^{1279}, 2^{2281}, 2^{4253}, 2^{11213}, | ||
2^{19937}, 2^{44497}, 2^{86243}, 2^{132049} | ||
Fix typo in LICENSE.txt. | ||
Add cast to vec_perm for SFMT-alti.c, SFMT-alti64.c. | ||
combine source codes. | ||
|
||
ver 1.1 | ||
------- | ||
The period certification method is changed from constant to function. | ||
The convert functions from 32-bit and 64-bit integer to double are added. | ||
The documentation is changed. | ||
Sample programs are added. | ||
|
||
ver 1.0 | ||
------- | ||
The first version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.