Setting pymc3 random seed at once

Oooh, good point: I think if a random seed is set in the method, we draw a random seed and send it to each of the processes, but don’t if there is no random seed set.

Maybe it makes sense to do that every time?