Until Nathan gets around to adding "shuffle images" as an option, you can very easily randomize the slideshow. Open the wp-cycle.php file and scroll to line 414. On the line before
foreach((array)$wp_cycle_images as $image => $data) {
add the new line:
shuffle($wp_cycle_images);
Works like a charm.