randomUUID static method

String randomUUID()

Implementation

static String randomUUID(){
  return Uuid().v1();
}