I have a problem ..

I want to display numbers from 1-5 but all should be randomly change their positions with no missing and no duplicate.

for example.

4,2,5,3,1
3,4,2,1,5
1,5,3,2,4

hope you get idea ...

what would be most efficient way to acheive this ?

Thank You.