random method

int random()

Implementation

int random() {
  return _random();
}