Package zombie.util

Class LocationRNG

java.lang.Object
zombie.util.LocationRNG

public final class LocationRNG extends Object
  • Field Details

  • Constructor Details

    • LocationRNG

      public LocationRNG()
  • Method Details

    • setSeed

      public void setSeed(long seed)
    • getSeed

      public long getSeed()
    • nextFloat

      public float nextFloat()
    • nextInt

      public int nextInt(int n)
    • nextInt

      public int nextInt(int n, int x, int y, int z)