jsMain.platform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of uuid-js Show documentation
Show all versions of uuid-js Show documentation
A Kotlin multiplatform implementation of a v4 RFC4122 UUID
package com.benasher44.uuid
import kotlin.random.Random
internal actual fun getRandomUuidBytes() = Random.Default.nextBytes(UUID_BYTES)
internal actual fun T.freeze() = this
© 2015 - 2025 Weber Informatics LLC | Privacy Policy