getRandomUuid function

String getRandomUuid()

Implementation

String getRandomUuid(
    )
{
    return Uuid().v4();
}