trietng
Results
2
issues of
trietng
I added a new noise generator, [FastNoiseLite](https://github.com/Auburn/FastNoiseLite), to the `math` module. The imported library is nearly identical to the original Java port excepts for some refactoring and formatting changes. There...
math
I added a new class named `RandomXRSR128`. This class uses the `xoroshiro128++` algorithm instead of the older `xorshift128+` algorithm currently in use. `xoroshiro128++` has been [included](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/random/package-summary.html) in Java standard API...
math