Class SameGameGenerator


  • public class SameGameGenerator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SameGameState generate​(int rows, int cols, int numColors, double fillRate, java.util.Random random)  
      SameGameState generate​(long seed)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SameGameGenerator

        public SameGameGenerator()
    • Method Detail

      • generate

        public SameGameState generate​(int rows,
                                      int cols,
                                      int numColors,
                                      double fillRate,
                                      java.util.Random random)