K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-06-22T15:24:00.000000Z K 7 svn:log V 333 Correct an error in the previous revision. RAND_MAX is the maximum value for rand(3), not random(3). random(3) is defined to return values between 0 and 2^31-1, so add a local RANDOM_MAX constant to this file that is defined as 2^31-1 and use that in place of RAND_MAX. Reviewed by: bde Approved by: re (dwhite) MFC after: 1 week END