The document summarizes an exercise on using random number generators and Monte Carlo techniques. It compares two methods - analytical and accept/reject - for generating a sinusoidal distribution of random numbers from a uniform distribution. Both methods produced very good fits to a sinusoidal distribution when a large number of random numbers were tested, with R^2 values close to 1. The accept/reject method may be more generally applicable since problems can arise with evaluating and inverting aspects of the analytical method. The exercise also used Monte Carlo techniques to model detector resolution in a nuclear physics experiment. Accounting for detector resolution made the calculated distribution less precise and less representative of the true distribution, showing the need for improved detector resolution.