Dear all,
Given a table 3 | 2 | 1 | 3 | 2 | 4 |
6 | 9 | 7 | 24 | 5 | 7 |
11 | 28 | 17 | 81 | 10 | 12 |
18 | 65 | 31 | 192 | 17 | 19 |
27 | 126 | 49 | 375 | 26 | 28 |
How to choose a random number from the table using c++?
Given a table 3 | 2 | 1 | 3 | 2 | 4 |
6 | 9 | 7 | 24 | 5 | 7 |
11 | 28 | 17 | 81 | 10 | 12 |
18 | 65 | 31 | 192 | 17 | 19 |
27 | 126 | 49 | 375 | 26 | 28 |
How to choose a random number from the table using c++?
Comment