Created
November 28, 2016 17:09
-
-
Save Curookie/7d1b17b644d0f85c0c80799bdf9f7f28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
long seed = System.nanoTime(); | |
Collections.shuffle(fileList, new Random(seed)); | |
Collections.shuffle(imgList, new Random(seed)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment