vendredi 30 juin 2017

How does the distribution of Math.random()*50 + Math.random()*20 compare to Math.random()*70?

How does the distribution of:

var randomNumber = Math.random()*50 + Math.random()*20;

compare to that of:

var randomNumber = Math.random()*70;




Aucun commentaire:

Enregistrer un commentaire