Shuffle an array

Options
I've been writing lots of functions in Xano. One thing I couldn't figure out how to do (easily) was shuffle an array of items. I saw that there's a rand() utility function, and technically I could hack together a shuffle_array method, but I was wondering if there's something out of the box for this.

Comments