Hi,
I need to select 5 distinct random numbers out of 20 in my java program.
I am able to select 5 random numbers,
But I want these 5 numbers to be distinct,,,i.e. unique
for e.g.
I dont want them to be like these 5,6,9,6,1 because 6 is repeated
I want unrepeated,distinct 5 numbers please ,,help