Return a random time value in milliseconds, using minute values to set range.
Milliseconds
// Random value from 0 to one milli less than 5*60*1000minuteMs(5); Copy
// Random value from 0 to one milli less than 5*60*1000minuteMs(5);
// Random time between one minute and 5 minutesminuteMs({ max: 5, min: 1 }); Copy
// Random time between one minute and 5 minutesminuteMs({ max: 5, min: 1 });
minutesMsSource
Return a random time value in milliseconds, using minute values to set range.