getRandomTuid function

String getRandomTuid()

Implementation

String getRandomTuid(
    )
{
    return getTuidFromUuid( getRandomUuid() );
}