function random()

in db/generate_orders.js [51:53]


function random (max) {
  return Math.round(Math.random() * max)
}