_.random = function(min, max) {
    if (max == null) {
      max = min;
      min = 0;
    }