Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Curookie/7d1b17b644d0f85c0c80799bdf9f7f28 to your computer and use it in GitHub Desktop.
Save Curookie/7d1b17b644d0f85c0c80799bdf9f7f28 to your computer and use it in GitHub Desktop.
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