The Lorenz attractor is the archetypal example in Julia documentation for solving systems of ODEs using DifferentialEquations.jl. Suppose I would like to solve that system for one thousand different initial conditions, keeping the attractor parameters fixed. What would be a good (i.e. efficient) way to solve and store the data for these 1000 decoupled ODEs?