libcruft-util/rand
Danny Robson 24a530e23e maths: remove pow2 function
pow2 has been used enough times to mean 2^x and x^2 that it's not worth
the ambiguity. just use pow(b,e) directly.
2018-04-09 12:30:22 +10:00
..
lcg.cpp maths: remove pow2 function 2018-04-09 12:30:22 +10:00
lcg.hpp build: use explicit constructors 2017-05-23 12:50:51 +10:00
mwc64x.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
mwc64x.hpp build: use explicit constructors 2017-05-23 12:50:51 +10:00
xorshift.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
xorshift.hpp build: use explicit constructors 2017-05-23 12:50:51 +10:00