Hi there, i'm a newbi at c# and i'm trying to create a game called SHUFFLE. The game is suppose to generate an array[8] of random number (without duplication) each time it is run. and then the user is suppose to sort it out in order.
I have managed to generate random numbers using Random...Next().
The only problem is that, it produces duplicates.
So could anyone please kindly help me work out how to generate an array of random numbers without duplication.
Thank