time static method

int time()

Implementation

static int time() {
  return _random.nextInt(DateTime.now().millisecondsSinceEpoch);
}