I have an array that I want to shuffle. By shuffle I mean move the elements around to different locations.

Does anyone know of a simple way to make this happen? I did a search on "random array" and a search on "shuffle array" but neither turned up the results I had hoped for.

-Matt