https://github.com/davidanson/generaterandomuuid
JavaScript code to efficiently generate a random (version 4) UUID per RFC 4122
https://github.com/davidanson/generaterandomuuid
Last synced: 3 months ago
JSON representation
JavaScript code to efficiently generate a random (version 4) UUID per RFC 4122
- Host: GitHub
- URL: https://github.com/davidanson/generaterandomuuid
- Owner: DavidAnson
- License: mit
- Created: 2019-10-28T04:22:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T03:30:59.000Z (over 6 years ago)
- Last Synced: 2026-01-31T20:41:43.870Z (4 months ago)
- Language: HTML
- Homepage: https://davidanson.github.io/generateRandomUUID
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generateRandomUUID
> JavaScript code to efficiently generate a random (version 4) UUID per RFC 4122
For more information, please [see the sample page](https://davidanson.github.io/generateRandomUUID).