Antoine Pitrou added the comment: > How about we generalize SystemRandom so users can implement a custom > RNG class wby providing a method rng(amount) -> bytes?
We may make it easier to implement custom Random implementations with user-defined random generators, but they needn't be *SystemRandom* subclasses ;-) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18811> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com