K 10 svn:author V 6 cognet K 8 svn:date V 27 2012-02-29T22:35:09.560039Z K 7 svn:log V 285 Use srandom() to init the PRNG, not srand(), since we use random(). This is harmless because srandom() is called somewhere else, with time(NULL) as a seed, but this is more correct. Obtained from: https://bitbucket.org/mux/csup Pointyhat to: not mux, somebody else MFC after: 1 week END