On Thu, 30 Jul 2009, Jonathan Yu wrote: > I should also note that changing the patch to this: > +void > +set_default_seed(long time) > + PREINIT: > + long seed; > + CODE: > + seed = Perl_get_seed; > + setall(seed, seed); > > Yielded the same error. Am I missing something about how to use setall()?
Yes. You're missing the modulus which is present in my second patch. Don Armstrong -- It has always been Debian's philosophy in the past to stick to what makes sense, regardless of what crack the rest of the universe is smoking. -- Andrew Suffield in [email protected] http://www.donarmstrong.com http://rzlab.ucr.edu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

