Generating samples using mcmc method from PyMc

Hi @jessegrabowski , currently yes I have consider a simple example of Markov Chain (3 x 3 matrix with states s0,s1,s2) I am interested to perform random simulations to obtain the states .Ex:
Simulation run=1 , randomly obtain s0
Simulation run=2 , randomly obtain s2 and so on.

I am looking for something like this.