I have 4 identical circuits. If I put at the top of each program:

X var word
pause x

and power up all 4 at the same time, will X be a random number on each of them? The idea here is to make all 4 flash an LED but I don't want them to do it at the same time. Will this work or should I generate a random number for X in a more conventional way? Thanks