hello
i want to create list of random and unique numbers of 8 digits between 12345678 and 87654321
but any digit should not be repeat
for example
12345678 ok
21345678 ok
32145678 ok
12245678 not ok. due to repeate of 2
87654321 ok
87754321 not ok due to repeat of 7
pls help
i want to create list of random and unique numbers of 8 digits between 12345678 and 87654321
but any digit should not be repeat
for example
12345678 ok
21345678 ok
32145678 ok
12245678 not ok. due to repeate of 2
87654321 ok
87754321 not ok due to repeat of 7
pls help