fn int(r: Random, comptime T: type) T
Returns a random int i such that minInt(T) <= i <= maxInt(T). i is evenly distributed.
i
minInt(T) <= i <= maxInt(T)
r: Random,
T: type,