srand48 method

void srand48(
  1. int arg0
)

Implementation

void srand48(
  int arg0,
) {
  return _srand48(
    arg0,
  );
}