This study will use the block randomization method to generate a sequence of random numbers. In this method, eight blocks of size 4 and 4 blocks of size two are randomly selected from the combination of letters A and B with a table of random numbers.
The list of blocks of size two is 1:AB, 2:BA, and the list of blocks of size four is: 1:AABB, 2:ABBA, 3:BBAA, 4:BAAB, 5:BABA, 6:ABAB.
To select blocks of size 2, 4 numbers are randomly selected from the table of random numbers. If this number is from 0 to 4, the first block is selected, and if the number is from 5 to 9, the second block is selected.
To select blocks of size 4, 8 numbers between 1 and 6 are randomly selected from the table of random numbers. Then, if this number is 1, the first block of size 4, and if the chosen number is 2, the second block and so on are selected.