Base-2 sequences:
- for odd number steps, it's unlikely to generate close values
- the more factor 2 appear in the step, the more it is likely to generate close values
학생에게 이 폴더를 숨깁니다.
13
수식 18:
18
Base-3 sequences:
- similar to base-2, except 2 is replaced by 3
학생에게 이 폴더를 숨깁니다.
19
수식 24:
24
Conclusion:
- The first and the 2nd, 4th, 6th... generated items are less likely to be the same;
- The first and the 5th, 9th, 17th, 25th... generated items are **more** likely to be the same compared to a regular random generator.