randomElement property

T randomElement

Implementation

T get randomElement => this[_randomizer().nextInt(length)];