seedRandom static method

void seedRandom(
  1. int seed
)

Implementation

static void seedRandom(int seed) {
  _rnd = Random(seed);
}