pickrand.py: seed RNG with process ID
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 10 Feb 2012 06:00:27 +0000 (22:00 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 10 Feb 2012 06:00:27 +0000 (22:00 -0800)
commitfceef8f2454d64aec2fcb8f9cfd6e931b3ce034b
tree497c2dc51e72ccb69bfcf0ab2e018c36271aca87
parent811a93986d1a051c550f2ec39f83c714ee7738ff
pickrand.py: seed RNG with process ID

Seed the random number generator with the current process ID rather than
with the clock.

Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
pickrand.py