mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Fix seed breaking on restarts
This commit is contained in:
@@ -44,11 +44,6 @@ public class RNG extends Random
|
||||
return new RNG(sx + signature);
|
||||
}
|
||||
|
||||
public RNG nextRNG()
|
||||
{
|
||||
return new RNG(nextLong());
|
||||
}
|
||||
|
||||
public String s(int length)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user