random und SystemRandom
@lunar: Das blockiert hoffentlich auf keinen System -- es ist ja die "non blocking"-Variante von `/dev/random/`. Das ist interessant, weil ich mir 100% sicher bin, das ich in Python schon mal Probleme mit einem blockierenden `SystemRandom` hatte.
@BlackJack: Wie das? "SystemRandom" nutzt intern doch "os.urandom()", was wiederum nach Dokumentation nur "/dev/urandom" nutzt ...