Skip to content

Releases: csoroiu/untwist

v0.5

21 Jul 10:52
Compare
Choose a tag to compare

This is an update release, only refactors and javadoc fixes.

v0.4 - Almost there

01 Sep 07:25
Compare
Choose a tag to compare

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.

v0.3 - Nothing special

16 Aug 21:49
Compare
Choose a tag to compare
v0.3 - simplified seed initialization for mersenne twister

v0.2 - Lucky

15 Aug 19:40
Compare
Choose a tag to compare

This release fixes a couple of small issues:

  1. Remove the use of reflection from ReversibeJdkRandom class.
  2. Do not save initial state for ReversibleMersenneTwister.
  3. Javadoc fixes.

v0.1

13 Aug 20:54
Compare
Choose a tag to compare

The very first release. Enjoy!