Sisyphus wrote: > > Looks like primitive.t failure is simply the result of srand not behaving as > expected. .... The burning question is, of course, "Why are yours different?"
I did a quick search on MSDN for rand/srand on vista and found discussion of rand_s to generate pseudorandom integers in the range 0 to UINT_MAX and does *not* use the seed provided by srand. To know if that is the issue I guess the source for the ASPerl implementation could to be investigated. --Chris > > Cheers, > Rob > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.5.339 / Virus Database: 270.12.42/2137 - Release Date: 05/27/09 > 07:50:00 > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
