GetRandomValue abstract method

int GetRandomValue(
  1. num min,
  2. num max
)

Get a random value between min and max (both included)

Implementation

int GetRandomValue(
  num min,
  num max,
);