I am using process flow and connecting it to queues in a 3D model. My process involves AGVs taking a companion frame once it's full, and towing it through a packing process and returning empty frames to be reloaded at the vacated queue locations. I am trying to randomly select a queue, from a group of queues, each of the queues will be holding an empty frame. Once the queue is selected, I am thinking I'll be able to manipulate the empty frame in the queue and make it full, then can push to a list. How can I make this random selection? Or is there another way to accomplish this randomized selection of a member within a group?
Any suggestions are appreciated. Thanks.