I have a pool of ten numbers, I need to test that none are identical. each number in an element of an array. The numbers are random, but the problem I run into is that sometimes they are identical numbers. How can I get around this?

MrBeta