module Eca:Elementary Cellular Automatasig
..end
val wolfram_to_array : int -> bool array
rule_array
where
rule_array.(n)
is true iff
the n
th bit of the binary representation of the argument is 1.val array_to_wolfram : bool array -> int
val reflexive_rule : int -> int
val conjugate_rule : int -> int
val transition_rule : int -> int array array -> bool array -> int -> bool
module type Parameters =sig
..end
module Automaton: