Constructor new CellularAutomaton(inputGrid) Source: math/CellularAutomaton.js, line 7 See: https://en.wikipedia.org/wiki/Cellular_automaton Parameters: Name Type Description inputGrid Grid Methods run() → {Grid} Source: math/CellularAutomaton.js, line 23 Run the automaton the specified amount of iterations Returns: the grid Type Grid