Skip to content

Instantly share code, notes, and snippets.

@plioi
Created September 14, 2013 20:26
Show Gist options
  • Save plioi/6565356 to your computer and use it in GitHub Desktop.
Save plioi/6565356 to your computer and use it in GitHub Desktop.
Random rnd=new Random();
string[] shuffled = array.OrderBy(x => rnd.Next()).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment