srand method

void srand(
  1. int arg0
)

Implementation

void srand(int arg0) {
  return _srand(arg0);
}