K 10 svn:author V 6 eadler K 8 svn:date V 27 2012-10-12T02:12:53.241989Z K 7 svn:log V 265 MFC r241373: Remove undefined behavior from sranddev() and srandomdev(). This doesn't actually work with any modern C compiler: In particular, both clang and modern gcc verisons silently elide any xor operation with 'junk'. Approved by: cperciva (implicit) END