mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 14:21:52 +09:00
new ingame calendar impl
for some reason it runs slower that it should do
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user