From: Marc Fiuczynski Date: Fri, 9 Oct 2009 15:43:29 +0000 (+0000) Subject: The seed for random previously was the meaning of life (i.e., 42) but X-Git-Tag: NodeManager-1.8-15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cbb54680009fdd4efdacdd3ab275d5db0b44fe2a;p=nodemanager.git 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 ---