I managed to figure it out by cobbling together some advice from other threads:
<?php wp_list_bookmarks('category=42&orderby=rand&order=ASC&limit=5&categorize=0&title_li='); ?>
This string restricts the amount of links shown to 5 (I changed it from 7), randomly displays the links, and also strips the title “Blogroll” and the ul, but not the lis, so I hardcoded the uls back in and styled them according to my taste.