Fix spurious correlations between model components at different times
A bug was found where child processes spawned by multiprocess.Pool
shared the random state of the parent. This resulted in identical draws for the omegas (Gaussian, zero-mean, unit-variance random vectors) at different times which produced correlated EoR and FG model samples. This version update fixes #7.