K 10 svn:author V 4 ache K 8 svn:date V 27 2008-08-08T01:42:17.861726Z K 7 svn:log V 346 I was confused a bit by the wrong construction with RAND_MAX used in randomize_fd.c. Although the max value is the same currently, RAND_MAX is for rand(), not for random(). So move RANDOM_MAX const to the common file now, make it UL and use in randomize_fd.c too. (in any case its old value was 1 less then must be, as noted in the prev. commit) END