K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-05-21T17:52:44.703427Z K 7 svn:log V 193 ndis(4): Avoid overflow. This is a long standing problem: our random() function returns an unsigned integer but the rand provided by ndis(4) returns an int. Scale it down. MFC after: 2 weeks END