Michael Rogers wrote:
> if (my_rand (1) < 0.5) {
Sorry, all the binary choices should be "if (my_rand (1) < 1)".Cheers, Michael _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
