Random static method

ControlCommand Random()

Implementation

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