Michael Rogers wrote:
> if (my_rand (1) < 0.5) {
Sorry, all the binary choices should be "if (my_rand (1) < 1)".Cheers, Michael
Michael Rogers wrote:
> if (my_rand (1) < 0.5) {
Sorry, all the binary choices should be "if (my_rand (1) < 1)".Cheers, Michael