popRandom method

T popRandom([
  1. Random? random
])

Implementation

T popRandom([Random? random]) => removeAt(randomIndex(random));