Thanks. The thing is I don’t want the whole pages to be randomized, only certain posts within a single page (front page to be specific).
Unfortunately I don’t know php, but it seems to me that the easiest way to achieve this is to have this in my index.php
<?php query_posts($query_string . ‘&orderby=rand’) ?>
only with the added condition that it applies to posts assigned to specific category/tag. Unfortunately I don’t know how such a condition can be added in php.