in index.php of template , before this lines:
Code:
...
if($templateStyle) {
require(YOURBASEPATH."/styles/style".$templateStyle.".php");
....
put:
$templateStyle = rand ( 1 , 5 );
note that this would be case if there are 5 styles , if less or more just change 5 to number of styles template supports.