$cat = get_queried_object();
$args = array(
'cat' => $cat->term_id,
'posts_per_page' => 10,
'orderby' => 'rand'
);