Filtering Integer Ranges
•
Rules:
1
2
3
4
. Repeating numbers.
• Example: [7, 7] or [3, 3].
. Repeating numbers separated by one digit.
•
Example: [8, 3, 8] or [6, 2, 6].
. A counting sequence of 4 that ascends or descends.
•
Example: [3, 4, 5, 6].
. Too many values (4) at the top or bottom of a range within the last
10 values.
•
Example: [6, 8, 7, 9, 8, 6, 9].
5. Patterns of two numbers that appear in the last 10 values.
• Example: [5, 7, 3, 1, 5, 7].
6
. Too many (4) of a particular number in the last 10 values.
•
Example: [9, 4, 5, 9, 7, 8, 9, 0, 2, 9].