Make all random number generators use the same seed from config
Make all random number generators use the same seed from config. We use numpy.random.RandomState
as it is frozen and thus guaranteed to produce the same values every time.
Closes #74 (closed)