Herold Heiko <[EMAIL PROTECTED]> writes: > In the current cvs sources HAVE_RANDOM is mentioned in Changelog, used > in a not exactly obvious way in main.c at line 577, but nowhere else. > Is this a work in progress or a leftover of previous code ? > Backup code for systems without 'random()' (hint hint VC++) is > needed :)
I've resurrected HAVE_RANDOM, but instead of disabling the feature when random is not available, I simply implemented a simple replacement RNG.
