Possible Duplicate:
Non repeating random numbers
Can any one tell me how to generate non repeating random numbers?
I saw this on many sites but they give in main.c file code.
When I use the main.c file the code working is fine, but when I try to convert in to my.m file it is not working.
example:
i need to get all the numbers between 0-10 randomly.and the numbers should not repeat again.
Thanks in advance.