array.random [method]
array.random( int num )
return num
randomly chosen items from the array
- to retrieve a part of the array in random order without duplicates, array.shuffle can be used
- items after RAND_MAX will currently not be returned