Quote Originally Posted by chien_fu View Post
That's what I've got going now...
Randomizer:
RANDOM rand
high 3 : pause 10 'Blinks an LED once per random number generated
low 3 : pause 10
IF rand > 100 THEN Randomizer
IF rand < 1 THEN Randomizer
but the "random" numbers just seem to get larger and larger. After rand > 100 it just goes into a vicious blinking cycle, never to return.
What does your manual say about random, specifically the last sentence in the section about RANDOM?
And what is the answer to 65535/655 ?
Can you do anything at all with that?