The seed for random previously was the meaning of life (i.e., 42) but NodeManager-1.8-15
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 9 Oct 2009 15:43:29 +0000 (15:43 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 9 Oct 2009 15:43:29 +0000 (15:43 +0000)
commit30279a5ccdb108e73e4d4de29adacc807e9aee7a
treea5c0200a7df2a9c5ef481c2c5d9c74aa54821c15
parentc06eab4d42d0dbe8a42d9007fe69453301a33ccf
The seed for random previously was the meaning of life (i.e., 42) but
that resulted in a not so random choice for the hmac.  This
implementation now uses a random.seed that is based on the current
time.

Setting tag NodeManager-1.8-15