generateRandomRecentCallsEntry

suspend fun generateRandomRecentCallsEntry(    minimumTime: Instant,     maximumTime: Instant,     callType: Int,     seed: Random = Random)

Generate a call with random call time between minimumTime, maximumTime time.

Parameters

minimumTime

The minimum time of the call.

maximumTime

The maximum time of the call.

callType

Type of the call