1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 06, 2024 — Nov 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgraded ReportNG to 0.9.5. Added a TestNG group, "non-deterministic", to annotate those tests whose results are unpredictable (since they rely on random number generators). These tests could occasionally fail, if the code is not changed. More... over 17 years ago
Moved some methods that manipulate bytes out of the RNG classes and into BinaryUtils. More... over 17 years ago
Added method to calculate the harmonic mean. More... over 17 years ago
Updated ReportNG to version 0.9.2. More... almost 18 years ago
Moved number generators into their own package. Updated ReportNG to version 0.9.1. More... almost 18 years ago
Upgraded to ReportNG 0.9.0 More... almost 18 years ago
Generate XML coverage report as well as HTML so that Hudson can graph trends. More... almost 18 years ago
Include API docs in "build all". More... almost 18 years ago
Fix for Cobertura configuration. More... almost 18 years ago
Added choice of RNGs to demo. More... almost 18 years ago
Moved demo controls to left-hand side of GUI. Fixed overflow in calculation of Binomial coefficients in demo. More... almost 18 years ago
Fix for expected Gaussians when mean is non-zero in demo. More... almost 18 years ago
Added first draft of demo program to web site. More... almost 18 years ago
Removed old file that was still in repository. More... almost 18 years ago
Fix for continuous distributions plots in demo program. More... almost 18 years ago
Further work on demo program. Continuous distributions are not working properly at the moment. More... almost 18 years ago
Missing class. More... almost 18 years ago
Further tweaks to demo program. More... almost 18 years ago
Further work on demo program (still incomplete and in need of tidying up). More... almost 18 years ago
Work in progress on demo program. More... almost 18 years ago
Changed repository layout and build file to support multiple modules. Added empty demo module. More... almost 18 years ago
Moved PermutationGenerator and CombinationGenerator into new combinatorics package. Updated changelog. More... almost 18 years ago
Made combination and permutation generators iterable (addresses ISSUE#1). Minor Javadoc improvements. More... almost 18 years ago
Upgraded ReportNG to get bug fix. More... almost 18 years ago
Allow AES RNG to use key sizes other than 128 bits. Minor tweaks. More... almost 18 years ago
Added generator for exponential distribution. Fixed embarrassing off-by-one error in continuous uniform generator. Improved unit tests (check each value and test medians where appropriate). More... almost 18 years ago
Changelog. More... almost 18 years ago
Improved unit test coverage. Committed binary unit tests that appear to have been missed out of initial import. Added minimum, maximum and median methods to DataSet class. Eliminated duplicated code from combination and permutation generators. Tidied up the logic around zero-length permutations and combinations. More... almost 18 years ago
Typo fix. More... almost 18 years ago
Website updates (API docs and download links) for 1.0 release. More... almost 18 years ago