Package org.pepsoft.util
Class RandomField
java.lang.Object
org.pepsoft.util.RandomField
-
Constructor Summary
Constructors -
Method Summary
-
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)
-