Marc-Andre Lemburg added the comment: Some more resources for FreeBSD:
* /dev/random and /dev/urandom (symlink to /dev/random) ma page: https://www.freebsd.org/cgi/man.cgi?query=random&sektion=4 * Developer discussion about /dev/random and its future from 2013: https://wiki.freebsd.org/201308DevSummit/Security/DevRandom * FreeBSD uses the Yarrow CPRNG for /dev/random: https://www.usenix.org/legacy/events/bsdcon02/full_papers/murray/murray_html/ https://www.schneier.com/academic/archives/2000/01/yarrow-160.html * FreeBSD will likely switch to the new Fortuna successor of Yarrow in an upcoming release: https://www.schneier.com/academic/fortuna/ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27279> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com