Returns a random element array with the specified length within the given array
Optional
the array to random
the size to generate
a random element array with the specified length within the given array
randomElements(['1', '2', '3'], 2); Copy
randomElements(['1', '2', '3'], 2);
Returns a random element array with the specified length within the given array