libcruft-util/rand
2019-06-20 16:58:32 +10:00
..
lcg.cpp
lcg.hpp
mwc64x.cpp
mwc64x.hpp
pcg.cpp
pcg.hpp
rdrand.cpp rand/rdrand: add rdrand generator 2019-06-19 12:02:50 +10:00
rdrand.hpp rand/rdrand: add rdrand generator 2019-06-19 12:02:50 +10:00
system_linux.cpp rand/system: add system generator for Linux 2019-06-19 12:02:40 +10:00
system_linux.hpp rand/system: add system generator for Linux 2019-06-19 12:02:40 +10:00
system_win32.cpp rand/system;win32: add an RtlGenRandom generator 2019-06-20 16:58:32 +10:00
system_win32.hpp rand/system;win32: add an RtlGenRandom generator 2019-06-20 16:58:32 +10:00
system.hpp rand/system: add system generator for Linux 2019-06-19 12:02:40 +10:00
xorshift.cpp
xorshift.hpp