random und SystemRandom

Wenn du dir nicht sicher bist, in welchem der anderen Foren du die Frage stellen sollst, dann bist du hier im Forum für allgemeine Fragen sicher richtig.
BlackJack

@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.
lunar

@BlackJack: Wie das? "SystemRandom" nutzt intern doch "os.urandom()", was wiederum nach Dokumentation nur "/dev/urandom" nutzt ...
BlackJack

@lunar: Keine Ahnung, ich hatte das halt definitiv mal.
Antworten