int rand ( [int min, int max] ) returns random numbers
<? $random = rand( ); $randrange = rand(1,10); ?>