Liking cljdoc? Tell your friends :D

somekit.ca1d


apply-discrete-rulecljs

(apply-discrete-rule state rule)
source

discrete-rulecljs

(discrete-rule rule)

Given a rule number, converts it to binary form and outputs a list of state results based on the 1D wolfram discrete cellular automata

Given a rule number, converts it to binary form and
outputs a list of state results based on the
1D wolfram discrete cellular automata
sourceraw docstring

group-1dcljs

(group-1d states)

groups each state with its left and right neighbor

groups each state with its left and right neighbor
sourceraw docstring

step-1dcljs

(step-1d states update-fn)

groups the states and applies a given update function

groups the states and applies a given update function
sourceraw docstring

step-discrete-1dcljs

(step-discrete-1d states rule)

applies discrete 1D CA rules

applies discrete 1D CA rules
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close