when you say
x1 = random(0,200);
shouldn’t x2 be
x2 = random(x1+1,200);
or what ever but random not starting at 0 but at x1 ?
when you say
x1 = random(0,200);
shouldn’t x2 be
x2 = random(x1+1,200);
or what ever but random not starting at 0 but at x1 ?