os.urandom or ssl.RAND_bytes: when generating random bytes for cryptographic purposes, which is more recommended?
If neither one is better, what are the tradeoffs and what is to be expected from each in terms of differences?
Note that ssl.RAND_bytes only exists in Python 3.