Class SameGameGenerator
- java.lang.Object
-
- ai.libs.jaicore.problems.samegame.SameGameGenerator
-
public class SameGameGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SameGameGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SameGameStategenerate(int rows, int cols, int numColors, double fillRate, java.util.Random random)SameGameStategenerate(long seed)
-
-
-
Method Detail
-
generate
public SameGameState generate(long seed)
-
generate
public SameGameState generate(int rows, int cols, int numColors, double fillRate, java.util.Random random)
-
-