Generating multiple unique random numbers

I want to generate (say) 10 unique random numbers between 0 and 99 and I’m wondering the best way to do this. Any bright ideas please?

Thx G :slight_smile:

http://us2.php.net/mt_rand

Thanks. I hadn’t looked at the comments…