srand48 method

void srand48(
  1. int __seedval
)

Implementation

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