open_in_new
content_copy
function getRandomValue(min, max) { return Math.floor(Math.random() * (max - min) + min); }