function rand(n) {return (Math.floor(Math.random()*n));}
var ri = rand(1000000)
var same = rand(1000000)

