Releases: csoroiu/untwist
Releases · csoroiu/untwist
v0.5
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.
v0.3 - Nothing special
v0.3 - simplified seed initialization for mersenne twister
v0.2 - Lucky
This release fixes a couple of small issues:
- Remove the use of reflection from ReversibeJdkRandom class.
- Do not save initial state for ReversibleMersenneTwister.
- Javadoc fixes.