private function randRange(start:Number, end:Number):Number{ return Math.floor(start +(Math.random() * (end - start))); }