Generate a random Int
Returns a generator spec producing Int values drawn uniformly from
the optional min/max range (defaults: -10 to
10, inclusive).
min (Int): = -10 Lower bound
(inclusive).
max (Int): = 10 Upper bound
(inclusive).
A generator spec.
assert(prop_for_all(prop_gen_int(), \(x) x == x))