Skip to content

Instantly share code, notes, and snippets.

@stevereich
Created October 13, 2012 01:50
Show Gist options
  • Save stevereich/3882887 to your computer and use it in GitHub Desktop.
Save stevereich/3882887 to your computer and use it in GitHub Desktop.
Shuffle Array with Coldfusion
<cfscript>
CreateObject( "java", "java.util.Collections" ).Shuffle(variables.badwordArray);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment