Class LocationRNG
java.lang.Object
zombie.util.LocationRNG
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instance
-
-
Constructor Details
-
LocationRNG
public LocationRNG()
-
-
Method Details
-
setSeed
public void setSeed(long seed) -
getSeed
public long getSeed() -
nextFloat
public float nextFloat()Reference: -
nextInt
public int nextInt(int n) Reference: -
nextInt
public int nextInt(int n, int x, int y, int z)
-