# File lib/uuidtools.rb, line 470
    def generate_raw
      return self.class.convert_int_to_byte_string(self.to_i, 16)
    end