ahhh i see what is going on!!

4.20 is just to damn fast!!

I wrote this code with 4.12 in mind.... At the time i was not wanting to create a global $seed variable, and was wanting to keep everything contained inside the UDF's.... that is why there is this.



    for $i = 1 to $burn
        $nul = rnd($max)
    next



in my random UDF.... looks like either going to have to set the srnd() from outside the udf's.... or jsut use a global $seed variable.

hmmm i have a few ideas.... on a way of not having to use srnd or a global $seed.....