1,
‘orderby’ => ‘rand’
));

if (have_posts()) :
while (have_posts()) :
the_post();

$random_post_url = get_the_permalink();
?>