function random(n)
{ return Math.floor(n * (Math.random() % 1));
}
