Should every MPI process generate a set of 100,000/size random numbers and then send all of those to the root process.
That is should Every MPI process generate a Z_mini such that Z is the union of all Z_mini. Or does every process just produce a 100,000 random distribution set and we send that to the root?