module.exports.random = function (max) {
  return 0
};