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
David Hsing
randomElements(['1', '2', '3'], 2); Copy
randomElements(['1', '2', '3'], 2);
Returns a random element array with the specified length within the given array