srandom method

void srandom(
  1. int arg0
)

Implementation

void srandom(
  int arg0,
) {
  return _srandom(
    arg0,
  );
}