uniqueid icon indicating copy to clipboard operation
uniqueid copied to clipboard

Random and time-ordered UUID generation in Swift

Results 2 uniqueid issues
Sort by recently updated
recently updated
newest added

Thank you for building this library. May support be added for uuidv7?

Use the standard library's random API via a C shim, so we're not limited to 8 bytes per syscall. Technically, the compiler headers [say](https://github.com/apple/swift/blob/687cee9bfa213de235236d7510bd371856735b90/stdlib/public/SwiftShims/Visibility.h#L245): ``` /// SWIFT_RUNTIME_STDLIB_API functions are called...