uuids icon indicating copy to clipboard operation
uuids copied to clipboard

UUID library for Nim

Results 4 uuids issues
Sort by recently updated
recently updated
newest added

https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-cryptgenrandom The folks at [crossguid](https://github.com/graeme-hill/crossguid/blob/master/src/guid.cpp) are using [CoCreateGuid](https://docs.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-cocreateguid), so maybe that's a good alternative. I have no idea really, but I thought it might be worth raising.

The `urandom` module doesn't currently check that the `/dev/urandom` file is actually a source of random data. It should check that the file handle is a character device as is...

I encountered an issue while trying to import the `uuids` package in my project. I installed the package with `atlas use uuids`. When compiling, Nim throws the following error: ```...