uuidTimer

private fun Random.uuidTimer(min: Timestamp, max: Timestamp): UUIDTimer(source)

Returns a UUIDTimer that generates random times between min and max using this Random instance.

Both min and max are inclusive, and are assumed to be valid.