A bit of a strange ad-hoc solution.<p>First as other pointed out, one can generate the Sobol sequence or similar, but even with a random sample one can generate the random numbers deterministically.
I.e Sample r^2 ~ Uniform(0,r0^2) and angle from U(0,2*pi) and use the fixed seed...