Here's a quick addition that lets you select Random as sorting option. Just paste into line 194.
<option value="rand" <?php $this->render_selected($orderby=='rand'); ?>><?php _e('Random', ENHANCED_RECENT_POSTS_I18N_DOMAIN); ?></option>
Thanks Vincent for another great plugin!