1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for seeding problem. More... almost 16 years ago
This is version 1.2. More... almost 16 years ago
Added restrictRange methods. Made factorial caching thread-safe. More... almost 16 years ago
Upgraded to official 1.9.1 release of Cobertura. Upgraded to latest version of Uncommons Antlib. More... almost 16 years ago
Added new RNGs to demo. More... almost 16 years ago
Updated copyright notices. More... almost 16 years ago
Added Rational type for fun with fractions. More... almost 16 years ago
Don't request more bytes from random.org than is permitted. Avoid using /dev/random for large seeds in the unit tests to see if this fixes the hanging Hudson builds. More... almost 16 years ago
Updated Cobertura to see if it fixes the deadlocking issue on the Hudson server. This is the latest SVN build of Cobertura (after 1.9 but prior to 1.10). More... almost 16 years ago
Added Diehard testing to the build. This Diehard binary is built for OS X 10.4 (32-bit Intel). More... almost 16 years ago
Converted build to use Uncommons Antlib. More... almost 16 years ago
Fix for ISSUE#9 (use HTTPS for random.org). More... almost 16 years ago
Reverted unintentional commit. More... about 16 years ago
Avoid exhausting /dev/random from unit tests. More... about 16 years ago
Updated random.org seed generator to use new HTTP interface. More... about 16 years ago
Added Probability class (imported from Watchmaker Framework project). More... about 16 years ago
Fix for using random.org seed generator to create large seeds. More... about 16 years ago
Updated copyright notices. More... about 16 years ago
Added two new, fast PRNGs. Have only performed basic tests so far. Need to run Diehard to check the output. More... about 16 years ago
Updated ReportNG and TestNG. More... about 16 years ago
Javadoc improvements. More... over 16 years ago
Avoid SecurityException in demo. More... over 16 years ago
Website changes for version 1.1. More... over 16 years ago
Cache BigInteger factorials for common values to avoid expensive recalculation. More... over 16 years ago
Fix for ISSUE#8 (relax restrictions on CombinationGenerator set size). More... over 16 years ago
Added unit test to guarantee the ordering of combinations. More... over 16 years ago
Changelog for previous commit. More... over 16 years ago
Don't log anything to standard out by default (ISSUE#7). More... over 16 years ago
Improved test coverage for random package. More... almost 17 years ago
Missing unit tests for approxEquals. More... almost 17 years ago