SetRandomSeed method

void SetRandomSeed(
  1. int seed
)

Implementation

void SetRandomSeed(int seed) {
  return _SetRandomSeed(seed);
}