OSDN Git Service

Switch to MSWS (Middle Square Weyl Sequence) random number generator.
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 6 Sep 2017 20:00:09 +0000 (22:00 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 6 Sep 2017 20:00:09 +0000 (22:00 +0200)
commitb2e3ad6e9682bb46f1e33806d17aedbc1e46e811
treecb110afcaba936eea1afa13f35d2cbba7714551c
parent94963250c2970712ef2a15a8a0c59217f7b067af
Switch to MSWS (Middle Square Weyl Sequence) random number generator.
tools/GenTables/GenTables_MIX.vcxproj
tools/GenTables/GenTables_MIX.vcxproj.filters
tools/GenTables/GenTables_XOR.vcxproj
tools/GenTables/GenTables_XOR.vcxproj.filters
tools/GenTables/include/boxmuller.h
tools/GenTables/include/msws.h [new file with mode: 0644]
tools/GenTables/include/twister.h [deleted file]
tools/GenTables/src/gen_table_mix.c
tools/GenTables/src/gen_table_xor.c