uuidClock

private fun Random.uuidClock(min: Timestamp, max: Timestamp): <no name provided>(source)

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

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