« Previous Entry | Main | Next Entry »
Author: nito | Monday, May 25, 2009 | (0) comments
function singleRandomInt(min:int, max:int, notValue:Array):int { var intFount : int = Math.floor(Math.random() * max) + min; //check unique num for(var i=0; i
(0) comments: