2 unstable releases
0.2.0 | Nov 2, 2024 |
---|---|
0.1.0 | Oct 30, 2024 |
#450 in Math
298 downloads per month
8KB
187 lines
Elementary Cellular Automata
This is a simple implementation of elementary cellular automata in Rust. The program takes a rule number and initial conditions, and enables calling the automaton for update and current vector representation.