uuid
doc
very simple library for generating and checking well-formedness of v4 uuids
procedures
[procedure] (uuid)generates a v4 uuid as a string using the system entropy source
[procedure] (uuid? uuid)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