An internal function to create test data

This function is used to generate random dates for setup_random_test_data

get_random_dates(start_date, num_of_dates = 1000, min = 0, max = 100,
  seed = NULL)

Arguments

start_date

The start crossing date.

num_of_dates

The number of journeys for each person.

min

The minimum duration between journeys.

max

The maximum duration between journeys.

seed

A random seed to generate random dates.

Value

A list of boarder crossing dates