is it possible to get n random samples from an array
e.g. a table has two columns, id STRING, and values ARRAY(STRING)
the resulting array new_values ARRAY(STRING) for each id would be of length N and consist of random values from the original values array ( i.e. values picked at N random offsets in the array)