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

nix32Main.platform.kt Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
package com.benasher44.uuid

import platform.posix.read

internal actual fun getRandomUuidBytes(): ByteArray {
    return bytesWithURandomFd { fd, bytePtr ->
        read(fd, bytePtr, UUID_BYTES.toUInt())
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy