Uuidv7

fun Uuidv7(timeStamp: Long): Uuid(source)
fun Uuidv7(timeStamp: Long, random: Random): Uuid(source)

An Uuidv7 implementation according to the draft.

timeStamp must be an 48 bit unix timestamp.


fun Uuidv7(timeStamp: Instant = Clock.System.now()): Uuid(source)
fun Uuidv7(timeStamp: Instant = Clock.System.now(), random: Random): Uuid(source)

An Uuidv7 implementation according to the draft.