random_seq.sh
DESCRIPTION
>>> Syntax:
>>> random_seq.sh <fields> <length> <maxvalue> <algorithm>
>>> where:
>>> <fields> is the number of fields to create
>>> <length> is the number of array elements in one field;
>>> maximum allowed: 'maxlength'
>>> <maxvalue> is the maximum defined (random) array element;
>>> must be less than: 40000
>>> <algorithm> indicates which algorithm(s) that will be tested:
>>> 0 - all implemented algorithms
>>> 1 - 2+1-algorithm
>>> 4 - 3+2-algorithm
>>> 6 - 4+2-algorithm
>>> 9 - 4+3-algorithm
|