| Interface | Description | 
|---|---|
| Chain<R> | A not-necessary-Markov chain of some type | 
| Class | Description | 
|---|---|
| ConstantChain<T> | A chain that repeats the same value | 
| MarkovChain<R> | A stateless Markov chain | 
| SimpleChain<R> | A simple chain of independent tokens | 
| StatefulChain<S,R> | A chain with possibly mutable state. The state must not be changed outside the chain. Two chins should never share the state |