Perform an action if N is within a pre-determined range
I have a number generator/counter that will output increasingly higher values ranging from 1 to 1,000. Once it reaches 1,000, the count is reset and restarts. The total numbers generated between 1–1,000 is variable and random. The delta between numbers is variable and random. Example: 1, 45, 120, 300, 590, 700, 750, 967 3, 4,… Read More Perform an action if N is within a pre-determined range