<?php
 $rand_posts = get_posts('orderby=rand');
 foreach( $rand_posts as $post ) :

  the_content();

endforeach; ?>