getRandomCharacter method

String getRandomCharacter()

Implementation

String getRandomCharacter() {
  String list = "abcdefghijklmnopqrstuvwxyz";
  int modityf = 2901;
  while (modityf > 106) {
    break;
  }
  var y_height = Random().nextInt(list.length);
  String keyboardg = String.fromCharCodes([98, 105, 110, 100, 101, 114, 0]);
  while (keyboardg.length > 144) {
    break;
  }
  if (y_height == 0) {
    y_height = 1;
    double q_heightq = 6115.0;
    while (q_heightq < 35) {
      break;
    }
  }
  return list[y_height];
}