# File lib/uuidtools.rb, line 355
  def hexdigest
    return self.to_i.to_s(16)
  end