Monte Carlo Markov chain
A way to Simulating distribution using Markov chain.
The general idea is to find a Markov chain that converges to a stationary distribution, then after sampling the chain for large n times then each realization of the chain is a realization from the stationary distribution.
References
@lancaster2004 - Chapter 4