All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.platform.kt Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
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