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