One-dimensional cellular automata: Difference between revisions

(→‎Output: Never mind.)
Line 2,644:
 
hi = 70
a = randboolbitrand(hi)
b = falses(hi)
println("A 1D Cellular Atomaton with ", hi, " cells and empty bounds.")
Line 2,652:
a = next_gen(a)
end
a = randboolbitrand(hi)
b = falses(hi)
println()
Anonymous user