Procedure Used to Fill-in Row & Column Numbers

The AFC will occupy the vertical position while the NFC will occupy the horizontal position on the grid.

Once all squares have been taken, four sets of random numbers (0-9) will be generated. The Random Integer Set Generator at random.org will be used to generate the random number sequences. Those sets of numbers will be used as follows:

The first 2 sets of generated numbers will be used to indicate the "position" of the Row/Column, respectively. While the second 2 sets of generated numbers will become the "value" placed in the Row/Column position, respectively.

 
For Example:
  First 2 Sets of Numbers - "Position" Second 2 Sets of Numbers - "Value"  
  Row Column Row Column  
  6 2 0 3  
  5 5 4 8  
  0 6 9 4  
  3 1 7 9  
  2 0 3 1  
  9 8 5 7  
  7 4 2 2  
  8 9 6 0  
  1 7 1 6  
  4 3 8 5  

From the above set of numbers:
Row 6 would get the value of 0, Row 5 would get the value of 4, and so on…
Column 2 would get the value of 3, Column 5 would get the value of 8, and so on…

Based of the above example, the AFC/NFC numbers would be filled out as follows:
(which also mimics the example squares above)
    NFC col0 col1 col2 col3 col4 col5 col6 col7 col8 col9      
  AFC   1 9 3 5 2 8 4 6 7 0      
  row0 9                          
  row1 1                          
  row2 3                          
  row3 7                          
  row4 8                          
  row5 4                          
  row6 0                          
  row7 2                          
  row8 6                          
  row9 5                          

Return to Squares Pool
Return to Java Junkie's NFL Pool