UUID Generation of UUIDs based on RFC 4122. Usage // import Source uuid/async/SourceV4 // import UUID uuid/UUID let g = Source.Source(); UUID.toText(await g.new()); // F253F1F0-2885-169F-169F-2885F253F1F0