Simple Random Sampling: use a sample frame to assign a number 1 to N to each member of the population. Use a random number generator to generate integers between 1 and N, select the population member assigned to each number generated to form the sample ignoring any repeated values until n members of the population have been selected as the sample.