JS équitatif aléatoire de mathématiques

function getRandomInt(min, max) {
  return Math.floor(Math.random() * (max - min)) + min;
}
Sleepy Skylark