Random number generation within a specific range

How can I generate random numbers within a specific range in a python kernel? The functions in the numba.cuda.random module seems to be limited to a range of 0.0 and 1.0.