I have built a application that downloads the first 100, 1100, and 12000 items from a database that match a certain constraint. Currently it will always dowload the same 100 items as long as I enter the same constraints. What I would like is for it to randomly select say 100 items from the data base then download said randomly selected items so that every download for the same constraint is unique.