# File gofer/messaging/pkg.rb, line 97
def getuuid()
  uuid = UUIDTools::UUID.random_create()
  return uuid.to_s()
end