#cellular-automata #elementary #rule #vector #handles

elementary-cellular-automaton

Library that handles Elementary Cellular Automata

2 unstable releases

0.2.0 Nov 2, 2024
0.1.0 Oct 30, 2024

#450 in Math

Download history 259/week @ 2024-10-28 39/week @ 2024-11-04

298 downloads per month

MIT license

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.

No runtime deps