* Reverted to the old Mersenne Twister till the new one can be properly added

--HG--
branch : trunk
This commit is contained in:
Brian
2010-06-07 14:13:56 -06:00
parent a54624fa39
commit d9127cdee7
5 changed files with 410 additions and 3 deletions

View File

@@ -22,7 +22,8 @@
#include "socket_include.h"
#include "utf8.h"
#include "SFMT.h"
//#include "SFMT.h"
#include "MersenneTwister.h"
#include <ace/TSS_T.h>
typedef ACE_TSS<MTRand> MTRandTSS;