Basically in a nut shell I want to take a random number say:
73524896
and I want to us the same number but randomly rearrange it like this:
46932857
Is there a way I can do this easily in java?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will this help you : Random Numbers – shuffling.
Not a complete code, just a snippet from the link