How rand!=rand1,rand2,rand3 rand1!=rand2,rand3,rand and ... in this code
var rand= Math.floor(Math.random()*4);
var rand1= Math.floor(Math.random()*4);
var rand2= Math.floor(Math.random()*4);
var rand3= Math.floor(Math.random()*4);
How rand!=rand1,rand2,rand3 rand1!=rand2,rand3,rand and ... in this code
var rand= Math.floor(Math.random()*4);
var rand1= Math.floor(Math.random()*4);
var rand2= Math.floor(Math.random()*4);
var rand3= Math.floor(Math.random()*4);
Because random()
is random.
Guess a random number on your mind!
Is it equal to the random number that I guess right now?