Fast Array Sorting and Management Functions UDF

Sorting.au3 is the main include file and implements the main functions FAS_Random2DArray and FAS_Sort2DArray. These two functions are basically just wrapper functions.

SortingWr.au3 contains two other wrapper functions FAS_Random2DArrayWr and FAS_Sort2DArrayWr which also displays splash text and progress bar for large arrays.

SortingWr.au3 also contains the function FAS_Random2DArrayGetWr which is a wrapper function for FAS_Random2DArrayGet. It displays splash text for large arrays.

You can code your own wrapper functions in a new script similar to Sorting.au3 or SortingWr.au3. But you should not change neither Sorting.au3 nor SortingWr.au3. These scripts are used in examples and runtime measurements.
