This is not built into the Gallery component, but you could achieve the effect by applying some sort of random function to the Gallery. You can add .skip(random number) to your query, or just shuffle the results of the query using some sort of random function, or whatever else you can think of.
Good luck,
Yisrael