Generates a random date within a specified range from a starting point.
Creates a currying function that accepts a range in milliseconds and
returns a random date between the start date and start date + range. The
range represents the maximum number of milliseconds to add to the starting
date. Useful for generating timestamps, creation dates, or scheduling test
data.
Generates a random date within a specified range from a starting point.
Creates a currying function that accepts a range in milliseconds and returns a random date between the start date and start date + range. The range represents the maximum number of milliseconds to add to the starting date. Useful for generating timestamps, creation dates, or scheduling test data.
Example