Hard to determine the direction the cellular simulation is going, but I'm assuming it's top to bottom.
That would make the rules (assuming light is alive)
-
One neighbor alive above or above-right, you live
-
All three neighbors above you are the same, you live
-
Otherwise you die (two live neighbors above or one live neighbor above-left)
Generate a random row at the top, then determine the fate of cells on your at a time.
EDIT:
The only flaw I see in my logic so far is that the left most column would not be the same. Would only work if you had a hidden column on the left.





