[util] Add xoroshiro256++

Adding xoroshiro256++ psuedorandom number generator
This commit is contained in:
Justin C. Miller
2024-02-19 14:58:20 -08:00
parent c245949ea4
commit 0bf709a339
3 changed files with 160 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ module("util",
"bip_buffer.cpp",
"format.cpp",
"spinlock.cpp",
"xoroshiro.cpp",
],
public_headers = [
"util/allocator.h",
@@ -33,4 +34,5 @@ module("util",
"util/spinlock.h",
"util/util.h",
"util/vector.h",
"util/xoroshiro.h",
])