1
I Use This!
Inactive

Commits : Listings

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