On Fri Apr 03 05:15:12 2009, t_mcdonald@meng.ucl.ac.uk wrote:
Show quoted text> Minor error in Math Evol the causes a failure when the random number
> generator return zero (what are the odds J ).
> Cheers
> TIm
> Possible fix is to change line 261 from:
> $gaussn_a = sqrt(-2.0 * log(rand));
> To:
> $gaussn_a = sqrt(-2.0 * log(rand(0.999)+0.001));
>
Fixed in 1.11, apologies for the delay...
Peter