Hi Guys:
I must calculate 10 random numbers between 00 and 99 and populate an array with such ten numbers, but I need to take care that the final array do not contains duplicates values. Each element of the array must be an unique value between 00 and 99.
Exist some function (as in other languages) to test duplicates in an array?
Thanks for your comments.
Cheers.
I must calculate 10 random numbers between 00 and 99 and populate an array with such ten numbers, but I need to take care that the final array do not contains duplicates values. Each element of the array must be an unique value between 00 and 99.
Exist some function (as in other languages) to test duplicates in an array?
Thanks for your comments.
Cheers.