SeedRandom static method

ControlCommand SeedRandom()

Implementation

static ControlCommand SeedRandom() {
  return ControlCommand(CommandType.SeedRandom);
}