uuid
doc
very simple library for generating and checking well-formedness of v4 uuids
procedures
- uuidprocedure
generates a v4 uuid as a string using the system entropy source
- uuid? uuidprocedure
predicate which returns true given a valid (variant 1, string, lowercase, 8-4-4-4-12) v4 uuid
dependencies
none
author
repository
https://github.com/alicemaz/chicken-uuid
version history
- 0.1
- initial version