Returns a version 4 (random) UUID
non-empty-string Version 4 UUID as a string
function v4() : string { return Uuid::uuid4()->toString(); }