generateRandomId static method

String generateRandomId()

Implementation

static String generateRandomId(){
  return randomAlphaNumeric(15);
}