Double Array Sort
Sorting 2-D Arrays
Original OrderSorted Order

This script has 2 sections:
1. Generate random numbers and create a list of double arrays.
2. Sort the double array by the first item and then the second item
   [When the first numbers are the same, then use the 2nd numbers]