This document discusses parallel MCMC and random number generators for parallel MCMC in R. It introduces parallel computing packages in R like foreach and parallel that allow running MCMC chains concurrently. It emphasizes the importance of using different random number generator seeds and initial values for each chain to ensure independence. The document also summarizes some random number generators available in R like the Mersenne Twister default RNG and others in the base package.