dimanche 8 novembre 2020

Different random numbers in js

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);



Aucun commentaire:

Enregistrer un commentaire