Generates a random item from the list
@override T generate() => _pool[Random(_seed).nextInt(_pool.length)];