srand method

void srand(
  1. int __seed
)

Implementation

void srand(
  int __seed,
) {
  return _srand(
    __seed,
  );
}