Random filtering for loops
You can enhance your basic filtering by asking questions at random. Typical examples are:
There are various ways of meeting these requirements, and this topic shows two of the easiest and most efficient methods. Both methods use a loop that defines the questions to be asked and whose control list contains all items about which the questions may be asked. The differences are where the randomization happens and the way in which the loop control list is filtered to restrict the items about which the questions are asked.
See also