# File lib/uuidtools.rb, line 417
    def hash
      @hash ||= self.to_i % 0x3fffffff
    end