srand method

void srand(
  1. int _Seed
)

Implementation

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