Class RandomField

java.lang.Object
org.pepsoft.util.RandomField

public final class RandomField extends Object
  • Constructor Details

    • RandomField

      public RandomField(int bits, double scale, long seed)
  • Method Details

    • getValue

      public int getValue(int x)
    • getValue

      public int getValue(int x, int y)
    • getValue

      public int getValue(int x, int y, int z)
    • getBits

      public int getBits()
    • getScale

      public double getScale()
    • getSeed

      public long getSeed()
    • setSeed

      public void setSeed(long seed)