mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
common: Add implementation of TinyMT (Mersenne Twister RNG).
This commit is contained in:
parent
c51da1b0d5
commit
954384a84a
2 changed files with 251 additions and 0 deletions
|
@ -167,6 +167,7 @@ add_library(common STATIC
|
|||
threadsafe_queue.h
|
||||
time_zone.cpp
|
||||
time_zone.h
|
||||
tiny_mt.h
|
||||
tree.h
|
||||
uint128.h
|
||||
uuid.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue