libcruft-util/rand
Danny Robson 50b2105df5 build: clang-tidy fixes 2021-04-19 14:52:22 +10:00
..
distribution build: clang-tidy fixes 2021-04-19 14:52:22 +10:00
generic.hpp rand: prefer our own generators 2020-08-18 07:20:26 +10:00
lcg.cpp rand: conform to the std generator concept 2019-02-21 20:53:07 +11:00
lcg.hpp rand: conform to the std generator concept 2019-02-21 20:53:07 +11:00
mwc64x.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
mwc64x.hpp rand: conform to the std generator concept 2019-02-21 20:53:07 +11:00
pcg.cpp rand/pcg: add pcg_xsh_rr generator 2019-02-21 20:53:58 +11:00
pcg.hpp rand/pcg: add pcg_xsh_rr generator 2019-02-21 20:53:58 +11:00
rdrand.cpp rdrand: silence a type conversion warning under clang 2019-07-29 11:20:09 +10:00
rdrand.hpp rand/rdrand: add rdrand generator 2019-06-19 12:02:50 +10:00
splitmix64.hpp rand: add the splitmix64 generator 2020-08-17 13:55:54 +10:00
system.hpp rand/system: add system generator for Linux 2019-06-19 12:02:40 +10:00
system_linux.cpp rand/system_linux: avoid the 'linux' symbol as it's a platform define 2019-06-29 08:18:59 +10:00
system_linux.hpp rand/system_linux: avoid the 'linux' symbol as it's a platform define 2019-06-29 08:18:59 +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
xorshift.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
xorshift.hpp rand: conform to the std generator concept 2019-02-21 20:53:07 +11:00
xoshiro.cpp rand/xoshiro: simplify state initialisation from seed_seq 2020-11-12 11:07:14 +10:00
xoshiro.hpp rand/xoshiro: use a std::array to store the state 2020-11-12 11:06:28 +10:00