common: Add implementation of TinyMT (Mersenne Twister RNG).
This commit is contained in:
parent
6da91da08e
commit
c9235764c7
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