mirror of
https://github.com/zrepl/zrepl.git
synced 2025-05-29 14:21:35 +02:00
Unless we're using the global source for math/rand, (*rand.Rand).Read should not be called concurrently. We seed the rng in daemon.Run to avoid ambiguity or hiding global side effects inside packages. closes #414