Random sub page content

<?php
$randomTestimonial = page('testimonials')->children()->shuffle()->first();
echo $randomTestimonial->title();
echo $randomTestimonial->text()->excerpt(100);
?>