This document contains information about the acceptance-rejection method for generating random variates from a given distribution. It provides an example of how to generate Poisson random variables with a given mean using the acceptance-rejection technique. The technique involves generating random numbers and either accepting or rejecting them based on whether they satisfy certain conditions. If rejected, another random number is generated until one is accepted. The document shows the step-by-step workings of this technique to generate 3 Poisson variates from a sequence of random numbers.