I’m using this
<?php
$args = array( 'orderby' => 'rand' );
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post); ?>
<h2><a>"><?php the_title(); ?></a></h2>
<?php the_content(); ?>
<?php endforeach; ?>
[Please post code or markup snippets between backticks or use the code button.]
And on Home page everything is ok
But on categories showing posts in random order but not from current category but from all posts