I’ve managed to fix this by tweaking the plugin core file.
You need to go into the plugin editor (Plugins > Editor > WordPress Gallery Plugin)
On the default page (wordpress-gallery-plugin/wp-gallery-plugin.php)you need to change the line in the $args array:
'orderby' => 'menu_order', 'order' => 'ASC'
to
'orderby' => 'rand', 'order' => 'ASC'
Thanks
David