function bp_links_get_random()
{
    return BP_Links_Link::get_random(array('per_page' => 1, 'page' => 1));
}