v0.4 - Almost there
Things done:
- Fixed issue with Mersenne Twister Initialization
- Added more methods to the ReverseRandomGenerator interface.
Left to do:
- Add
nextLong(long, long)
andprevLong(long, long)
methods to the ReverseRandomGenerator interface. FreePascal, Python3 and Java Random already support them. - Move towards Apache Commons RNG.