arc4random method

int arc4random()

Implementation

int arc4random() {
  return _arc4random();
}