Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 1 | -5/+9 |
| | | | | Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase. | ||||
* | Add a doc target to the Ant build script. | Phil Burk | 2016-03-23 | 1 | -1/+2 |
| | | | | | You can now generate Javadocs by entering: ant doc | ||||
* | Added a new BrownNoise unit generator that generate | Phil Burk | 2015-01-31 | 1 | -0/+5 |
noise based on Brownian motion. |