]> granicus.if.org Git - python/commit
Improve the default seeding in random module to use 32 bytes of entropy when available.
authorRaymond Hettinger <python@rcn.com>
Sat, 8 Mar 2014 17:56:08 +0000 (09:56 -0800)
committerRaymond Hettinger <python@rcn.com>
Sat, 8 Mar 2014 17:56:08 +0000 (09:56 -0800)
commit4c150e0bd2707b88d41d1dec5321b25848f97ac7
tree7fd67bcb287e33b9e4ec253e84f78383fefd3c66
parente50fe4c9eb279632caf9a5084706c5988f9049f6
Improve the default seeding in random module to use 32 bytes of entropy when available.
Lib/random.py
Misc/NEWS