random method

String random()

Implementation

String random() {
  return images[Random().nextInt(images.length)];
}