Universally unique identifiers (UUIDs) are needed in various application scenarios. It would be quite helpful if Gnulib included a module with a UUID generator. As Gnulib already contains (strong) random number generators, implementing such a UUID generator shouldn't be too hard.
Linux systems have libuuid but this may not be present on other POSIX systems. Thanks, Marc