srandom method

void srandom(
  1. int __seed
)

Implementation

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