function rnder(x:int,y:int):int{
   return  ((math.rnd()*(y-x))+x)
}