String nextString(int length) { int nextChar(_) => _chars.codeUnitAt(nextInt(_chars.length)); return String.fromCharCodes(Iterable.generate(length, nextChar)); }