Dep/SFMT: updated to newest upstream version from https://github.com/MersenneTwister-Lab/SFMT

* only needed files added
* used CMake and SFMTRand from https://github.com/TrinityCore/TrinityCore/pull/23240 (Thank you Artox)

(cherry picked from commit 4e0279b0e4)
This commit is contained in:
daMaex
2019-10-30 10:42:08 +01:00
committed by Shauren
parent 5ae84caf23
commit 08b40733a5
28 changed files with 2560 additions and 432 deletions

View File

@@ -17,7 +17,7 @@
#include "Random.h"
#include "Errors.h"
#include "SFMT.h"
#include "SFMTRand.h"
#include <boost/thread/tss.hpp>
#include <random>