The challenge is simple. Return a random integer N such that a <= N <= b.
a
b
random_int(5, 9) ➞ 7 random_int(5, 9) ➞ 9 random_int(5, 9) ➞ 5