Root://test/site/module/random_img.php
 
 
<?php
$var
=rand(1,54);
echo 
"<img src=\"module/random_img/".$var.".jpg\">";
?>