libcruft-util/rand
Danny Robson 138cac23fe rand/xorshift: throw on zero seed
zero seeds are a hard runtime error which shouldn't be compiled out in
release mode.
2016-07-01 16:25:48 +10:00
..
lcg.cpp rand/lcg: add min/max/discard operations 2016-07-01 16:21:13 +10:00
lcg.hpp rand/lcg: add min/max/discard operations 2016-07-01 16:21:13 +10:00
mwc64x.cpp rand: add mwc64x generator 2016-06-30 18:20:57 +10:00
mwc64x.hpp rand: add mwc64x generator 2016-06-30 18:20:57 +10:00
xorshift.cpp rand/xorshift: throw on zero seed 2016-07-01 16:25:48 +10:00
xorshift.hpp rand/xorshift: add trivial xorshift RNG 2016-02-02 11:32:55 +11:00