I need to change this to generate random times from 0:00 to 5:00 in minutes.

=TEXT(RAND()*(9-6)/24+6/24,"MM:SS")
Can you use the BETWEEN in this?