rand method

int rand()

Implementation

int rand() {
  return _rand();
}