The simplest way would be to use the
Collections#shuffle(List<?> list) method which delivers decent performance and output.
If you have an assignment to create such a shuffling algorithm, then look at the source code of the Collections class for hints.
I don't accept change; I don't deserve to live.