Message195367
Just to be explicit, ``open("/dev/urandom")`` only works on POSIX platforms while ``os.usrandom`` should work on any supported platform that has an OS level source of randomness. So advocating *for* simply using ``open()`` is probably a bad idea unless the target OS is only POSIX. |
|
| Date |
User |
Action |
Args |
| 2013-08-16 17:13:08 | dstufft | set | recipients:
+ dstufft, jcea, pitrou, vstinner, christian.heimes, tarek, neologix, hynek |
| 2013-08-16 17:13:08 | dstufft | set | messageid: <[email protected]> |
| 2013-08-16 17:13:08 | dstufft | link | issue18756 messages |
| 2013-08-16 17:13:08 | dstufft | create | |
|