function getRandomInt()

in middleware/controllers/transactions.js [154:156]


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