summaryrefslogtreecommitdiffstats
path: root/Python/random.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-071-1/+2
* ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-4/+8
* Fix typo in conditional.Georg Brandl2012-02-201-1/+1
* Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+302