Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | Added a funny option to generate primes. | Mike Buland | |
...But primes in base 36 and it skips all numbers with digits in the range 0-9 | |||
2013-04-23 | Fixed random zeros bug.0.03 | Mike Buland | |
They weren't that random, the resize routine in PackedIntArray was written poorly. It was growing too much and computing the size of the original array incorrectly, so not all the data was being copied every time. | |||
2013-04-23 | Added stdlib for exit in the options.cpp file. | Mike Buland | |
2013-04-23 | Added cli params & a unit test. | Mike Buland | |