Skip to content
  • deuce's avatar
    Make xp_randomize() return a void... this means we can now use the · cb517ef4
    deuce authored
    super-wonderfull srandomdev() where available.
    
    Where we can't, try to use /dev/urandom if possible...
    
    If that fails, start making stuff up...
    
    At some point, the Win32 build should use CryptGenRandom() which is slightly
    better on Windows NT/2K/XP and vastly better on Vista... not present on 9x
    apparently though.
    cb517ef4