I need to randomly pick a number from a given set of numbers, without replacement. In other word, to randomize the order of these numbers. Is there a specific function in MFC? If not, How can I do that?

Thanks a lot.