A list of 12 random numbers between 01 and 99 that could be generated from the row of numbers given are:
11, 09, 51, 87, 41, 66, 78, 46, 79, 93, 54, 89
11097, 51877, 41665, 78465, 79932, 54899, 72970, 71789
Now, we want to generate 12 random numbers from this row of numbers. Since the range must have double numbers, we can select as follows;
11, 09, 51, 87, 41, 66, 78, 46, 79, 93, 54, 89, 72, 97, 71, 78
From this list of possible numbers of which there could be more generated, the 12 random numbers we will pick are;
11, 09, 51, 87, 41, 66, 78, 46, 79, 93, 54, 89
Read more about Random Numbers at; https://brainly.com/question/14150593