Let's say, I defined a QValueVector or QValueList with "int" type elements and also put some elements into the vector/list to fulfill the stucture. Then, I need a function that can randomly shuffle the elements' sequence which is already stored in my vector/list.

Is there some available methods provided by Qt3 to do this kind of work?
BTW: I have searched through the Qt's documents, but I failed to get such functions.

Thanks a lot.