Returns a randomly constructed GridPos whose x and y are between the given minima (inclusive) and maxima (exclusive). Uses the scala.util.Random singleton.
Returns a randomly constructed GridPos whose x and y are between the given minima (inclusive) and maxima (exclusive). Uses the scala.util.Random singleton.
Returns a randomly constructed GridPos whose x and y are between the given minimum (inclusive) and maximum (exclusive). The limits for x and y are the same. Uses the scala.util.Random singleton.
Returns a randomly constructed GridPos whose x and y are between the given minimum (inclusive) and maximum (exclusive). The limits for x and y are the same. Uses the scala.util.Random singleton.