Vectorized implementation of Conway's game of life in Python Numpy
This is a vectorized implementation of conway's game of life written in Numpy with a single loop where the full grid is evaluated at once.
It implements toroidal boundary conditions and a random initial state.