[EMAIL PROTECTED] wrote:
Author: trawick Date: Mon Oct 29 16:36:09 2007 New Revision: 589911URL: http://svn.apache.org/viewvc?rev=589911&view=rev Log: when !APR_HAS_RANDOM, use a lame initial "random" number in test programs instead of bombing with a link failure
+ guess = apr_time_now() % APR_USEC_PER_SEC;
To make this slightly less lame, would you take this % a number prime to 2^32 for some extra flukeishness? (can hardly call it entropy :)