How can I Program Arduino to choose between options?

TheRagingTaco:
I mentioned this in the first post of the forum.

It may be my old eyes (I had my second cataract operation a couple of months ago), but I don't see any mention of the random() function in your first, or any other, post. You do say something about you "looked into Random Pseudo", but I've never heard of that term, and a search for it on the site returns no results.

Computers are very literal. They interpret every letter and symbol exactly as specified, which is why TolpuddleSartre pointed out that you had a missing semicolon (";"), which would prevent your code from compiling. This also means that those who have worked with computers enough to be able to help you tend to become very literal too. And neither computers nor software engineers are telepathic, so are unable to know exactly what you want unless you tell them.

The Arduino IDE included documentation of the random() function seems to tell you exactly what you need to know in order to generate a random long integer in any range required, so if you haven't read that, go and read it, and if you have read it, but find that there's something that you still don't fully understand, come back and tell us what you are having difficulty understanding, and we will try to explain it more clearly.

Or perhaps I haven't understood what a "Magic 8 Ball" is meant to do. Does it give a random selection of a pre-written answer in response to a question?