# File lib/mini_profiler/profiler.rb, line 7
      def generate_id
        rand(36**20).to_s(36)
      end