|
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 |
|
|
d0f075108e
|
maths: remove gcd in favour of the std implementation
|
2018-03-11 15:21:36 +11:00 |
|
|
9a798446b5
|
build: remove unnecessary includes
discovered with include-what-you-use
|
2016-10-12 15:08:22 +11:00 |
|
|
325a7405b5
|
rand/lcg: add min/max/discard operations
|
2016-07-01 16:21:13 +10:00 |
|
|
74fc943f53
|
build: quiesce type conversion warnings
|
2016-06-29 17:55:12 +10:00 |
|
|
c8afad1e5b
|
rand/lcg: add naive LCG RNG
|
2016-02-03 12:13:03 +11:00 |
|