Module "uuidgen"
================

This module provides a simple API for creating UUID strings
 
builtin uuidgen();
------------------

This function generates a UUID (using libuuid) and returns a 36
character string with a hex representation of the uuid.
 
