How to use the Acceptance-Rejection (A-R) method to generate random numbers from the following gamma distribution with density
$$f(x) = \frac1{4^3Γ(3)}x^2\exp^{-\frac x4}, \ x > 0,$$
where $\Gamma(·)$ is the gamma function. The proposal distribution of your choice has to be a distribution from which you can easily generate random numbers using probability integral transformation method. For the proposal distribution of your choice, find the best possible constant C and the corresponding acceptance probability of the A-R method.
I'm not sure how to go about finding a proposal distribution or finding an C (or M depending on what text you read)
