If I understand you correctly... you're saying you want to run two queries to select two sets of random things, but you dont want any repeats. Correct?
In that case, record the IDs of the ones you select in the first query, and use them as ID NOT IN ( comma, seperated, list, of, IDs, from, first, random, selection ) in your query.