This website requires JavaScript.
Explore
Help
Register
Sign In
Mirror
/
TrinityCore
Watch
1
Star
0
Fork
0
You've already forked TrinityCore
mirror of
https://github.com/TrinityCore/TrinityCore.git
synced
2026-01-20 17:27:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ebdc5c19cc871ab2e00e75c3e477972151c8e7f
TrinityCore
/
dep
/
SFMT
History
Shauren
ca4c5ed544
Core/Utils: Fixed random crashes with SFMT caused by wrong memory alignment when operating on SSE instructions (they require 16 byte alignment, while classes and its members are only aligned to 8 byte boundaries)
2012-02-25 20:29:27 +01:00
..
randomc.h
Switch to using SIMD-oriented Fast Mersenne Twister for random number generation.
2010-08-19 16:13:10 -07:00
SFMT.h
Core/Utils: Fixed random crashes with SFMT caused by wrong memory alignment when operating on SSE instructions (they require 16 byte alignment, while classes and its members are only aligned to 8 byte boundaries)
2012-02-25 20:29:27 +01:00