Function randomInRange

Returns pseudo-random integer between mi (inclusive) and ma (exclusive)

int randomInRange (
  int mi,
  int ma
);