function getRandomInt()

in functions/stock-checker/app.js [6:8]


function getRandomInt(max) {
    return Math.floor(Math.random() * Math.floor(max));
}