kotlinx-uuid
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kotlinx-uuid
kotlinx-uuid-core
/
app.softwork.uuid
/
Uuidv7
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.
@
ExperimentalTime
fun
Uuidv7
(
timeStamp
:
Instant
=
Clock.System.now()
)
:
Uuid
(
source
)
@
ExperimentalTime
fun
Uuidv7
(
timeStamp
:
Instant
=
Clock.System.now()
,
random
:
Random
)
:
Uuid
(
source
)
An Uuidv7 implementation according to the
draft
.