Skip to content

Commit

Permalink
Replaced MT19937 pseudorandom generator for SFMT
Browse files Browse the repository at this point in the history
  • Loading branch information
csnv committed Apr 7, 2024
1 parent 74da3f1 commit 77bd14a
Show file tree
Hide file tree
Showing 49 changed files with 2,556 additions and 920 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.local.vimrc
.ycm_extra_conf.py*
Thumbs.db
.vscode

# /
/*.exe
Expand Down Expand Up @@ -73,9 +74,9 @@ Thumbs.db
# /3rdparty/libgif/
/3rdparty/libgif/Makefile

# /3rdparty/mt19937ar/
/3rdparty/mt19937ar/Makefile
/3rdparty/mt19937ar/*.o
# /3rdparty/sfmt/
/3rdparty/sfmt/Makefile
/3rdparty/sfmt/*.o

# /cache/
/cache/
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libbacktrace - backtrace parsing library
libconfig - library for processing structured configuration files (http://www.hyperrealm.com/libconfig/)
mariadb - mariadb headers and libraries for windows
msinttypes - standard headers missing from Microsoft Visual Studio (http://code.google.com/p/msinttypes)
mt19937ar - code for Mersenne Twister pseudorandom number generator
sfmt - code for SIMD-oriented Fast Mersenne Twister (http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/index.html)
multipart-parser - mime parser for http requests
pcre - library for Perl Compatible Regular Expressions (http://www.pcre.org)
zlib - library for DEFLATE lossless compression algorithm (http://www.zlib.net)
175 changes: 0 additions & 175 deletions 3rdparty/mt19937ar/mt19937ar.c

This file was deleted.

72 changes: 0 additions & 72 deletions 3rdparty/mt19937ar/mt19937ar.h

This file was deleted.

Loading

0 comments on commit 77bd14a

Please sign in to comment.