Skip to content

0.3.9 "Time Flies"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 05 Sep 06:29
· 419 commits to main since this release

Whoops, I forgot to make a GitHub release for versions 0.3.3 through 0.3.8 . They're all on Maven Central, though! This one should probably be preferred of the group, but it's up to you. See the CHANGES for the full details as far as I can remember them. The main thing to note is that this depends on digital 0.4.0 now, instead of some digital version before 0.3.3 in the last GitHub release. Other changes are mostly small; there are a few new generators, like Xoshiro256MX3Random and InterpolatedRandom, and some smallish breaking changes, like the output of Ziggurat changing in some rare cases (I had implemented one line of the algorithm incorrectly). There are leap() methods on several generators to jump very far ahead in a sequence (potentially to another subsequence, but with a guaranteed minimum distance). LineWobble has had many improvements made, for 1D noise. That's about it!