Answer:
Here the sample is the college students, and the researcher want's to do a survey to obtain information about marriage patterns.
Then, the ideal sample will be constituted of students of both genders, of different ideologies, of different social classes, of different religions, etc.
Then the thing that the researcher needs to do is:
Define the size of the sample
Assign to each student a unique number.
using a random number generator, generate enough different numbers to fill the sample.
Each of these numbers corresponds to a unique student, so now you have a complete sample of random selected students.
This sample can not be biased in any way.