new ingame calendar impl

for some reason it runs slower that it should do
This commit is contained in:
minjaesong
2018-10-30 22:47:41 +09:00
parent dd36d3cb5f
commit cb78f3dbab
2 changed files with 63 additions and 31 deletions

View File

@@ -3,7 +3,9 @@ package net.torvald.random;
import java.util.Random;
/**
* Xoroshift128
* Xoroshiro128
*
* Note: low 4 bits are considered "dirty"; avoid these bits for making random set of booleans
*
* see https://github.com/SquidPony/SquidLib/blob/master/squidlib-util/src/main/java/squidpony/squidmath/XoRoRNG.java
*/