common: Add implementation of TinyMT (Mersenne Twister RNG).

This commit is contained in:
bunnei
2021-02-08 18:05:13 -08:00
parent 6da91da08e
commit c9235764c7
2 changed files with 251 additions and 0 deletions

View File

@ -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