Displaying list of random links using wp_nav_menu

Update: I found a way to do this, though not by using wp_nav_menu. Instead, I re-invoked wp_list_bookmarks; and used this code:

wp_list_bookmarks('orderby=rand');