Skip to content

v0.4 - Almost there

Compare
Choose a tag to compare
@csoroiu csoroiu released this 01 Sep 07:25

Things done:

  1. Fixed issue with Mersenne Twister Initialization
  2. Added more methods to the ReverseRandomGenerator interface.

Left to do:

  1. Add nextLong(long, long) and prevLong(long, long) methods to the ReverseRandomGenerator interface. FreePascal, Python3 and Java Random already support them.
  2. Move towards Apache Commons RNG.